diff options
author | feld <feld@FreeBSD.org> | 2013-10-02 20:51:52 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-10-02 20:51:52 +0800 |
commit | 69870f7abab9fd20b02405389171131b0266998a (patch) | |
tree | ce15a754dfc687dd46a94b37d05fcc09289da247 /irc | |
parent | 0282ad5ab1c06252015975903187cce619448284 (diff) | |
download | freebsd-ports-gnome-69870f7abab9fd20b02405389171131b0266998a.tar.gz freebsd-ports-gnome-69870f7abab9fd20b02405389171131b0266998a.tar.zst freebsd-ports-gnome-69870f7abab9fd20b02405389171131b0266998a.zip |
- patch-makenet wasn't deleted last commit
- update LIB_DEPENDS syntax
Approved by: crees (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/unreal/Makefile | 4 | ||||
-rw-r--r-- | irc/unreal/files/patch-makenet | 17 |
2 files changed, 2 insertions, 19 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 diff --git a/irc/unreal/files/patch-makenet b/irc/unreal/files/patch-makenet deleted file mode 100644 index 749e50106f94..000000000000 --- a/irc/unreal/files/patch-makenet +++ /dev/null @@ -1,17 +0,0 @@ ---- networks/makenet 2004-04-25 01:19:28.000000000 +0200 -+++ networks/makenet 2009-08-18 16:21:50.000000000 +0200 -@@ -241,10 +241,10 @@ - __EOF__ - - echo "" --echo "" >> ../unrealircd.conf --echo "// Added by makenet $DATE" >> ../unrealircd.conf --echo "include \"networks/$FILE\";" >> ../unrealircd.conf --echo "All done. I have added \"include \"networks/$FILE\"; to your unrealircd.conf" -+echo "" >> %%PREFIX%%/etc/Unreal/unrealircd.conf -+echo "// Added by makenet $DATE" >> %%PREFIX%%/etc/Unreal/unrealircd.conf -+echo "include \"%%PREFIX%%/share/Unreal/networks/$FILE\";" >> %%PREFIX%%/etc/Unreal/unrealircd.conf -+echo "All done. I have added \"include \"%%PREFIX%%/share/Unreal/networks/$FILE\"; to your unrealircd.conf" - echo "You might want to edit it if you have done makenet before" - echo "Thank you for choosing UnrealIRCd" - exit |