Skip to content

Commit

Permalink
Add version to DEPENDS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerw committed Nov 17, 2012
1 parent dea3de9 commit 822a833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Typewriter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/$(SVN_MODULE.etoile)

.include "../../wip/mk/svn-package.mk"

DEPENDS+= etoile-core:../../wip/etoile-core
DEPENDS+= etoile-core-[0-9]*:../../wip/etoile-core
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../x11/gnustep-gui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
2 changes: 1 addition & 1 deletion anthy-dic-jis34/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AUTO_MKDIRS= YES

INSTALL_FILES= README COPYING jis3_4.t ChangeLog

DEPENDS+= anthy:../../inputmethod/anthy
DEPENDS+= anthy-[0-9]*:../../inputmethod/anthy

do-install:
.for file in ${INSTALL_FILES}
Expand Down
4 changes: 2 additions & 2 deletions auctex-current/options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mja-ptex)
DEPENDS+= ja-ptex:../../print/ja-ptex
DEPENDS+= ja-ptex-[0-9]*:../../print/ja-ptex
.else
DEPENDS+= teTeX:../../print/teTeX
DEPENDS+= teTeX-[0-9]*:../../print/teTeX
# tex-latex-bin and tex-graphics ?
.endif

0 comments on commit 822a833

Please sign in to comment.