diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /irc | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361728
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bobot++/Makefile | 2 | ||||
-rw-r--r-- | irc/epic4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile index 2a08303c0b46..907f73a6483a 100644 --- a/irc/bobot++/Makefile +++ b/irc/bobot++/Makefile @@ -30,7 +30,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUILE} -LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-scripting PLIST_FILES+= share/guile/site/bobotpp/bot.scm \ %%DATADIR%%/scripts/bobot-utils.scm diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index bf9c470e59a8..e707c8e311bd 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 +LIB_DEPENDS+= libtcl84.so:${PORTSDIR}/lang/tcl84 CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl |