diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-10-02 12:51:52 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-10-02 12:51:52 +0000 |
commit | 3296de57fb06c3614dbd7cd0451b659b37f881f8 (patch) | |
tree | ce15a754dfc687dd46a94b37d05fcc09289da247 /irc/unreal/Makefile | |
parent | 3f7ef17ef8a841f80e17df7cb79ea516cdd42bea (diff) |
Notes
Diffstat (limited to 'irc/unreal/Makefile')
-rw-r--r-- | irc/unreal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index 7a0a00aa7313..cd3998d9f6ed 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -13,7 +13,7 @@ COMMENT= Unreal - the next generation ircd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares +LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --enable-ssl .endif .if ${PORT_OPTIONS:MREMOTE} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-libcurl=${LOCALBASE} .endif |