diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 16:19:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 16:19:17 +0000 |
commit | 2831625c5d951d93b52adfcaf3ed852d92b1a99c (patch) | |
tree | 2227ccf631378092f64d7a27a609f9b8c88dc788 /irc | |
parent | 9341a2b22b2f7ee029b14b4652dfb52060491d2c (diff) | |
download | ports-2831625c5d951d93b52adfcaf3ed852d92b1a99c.tar.gz ports-2831625c5d951d93b52adfcaf3ed852d92b1a99c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-fish/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-mircryption/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index bbc54a9ed004..0c1e4dc0bc2c 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -17,7 +17,7 @@ COMMENT= Encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -USES= dos2unix zip +USES= zip dos2unix NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile index 80af31323c0f..85b26a842497 100644 --- a/irc/xchat-mircryption/Makefile +++ b/irc/xchat-mircryption/Makefile @@ -16,7 +16,7 @@ COMMENT= Free encryption add-on for the popular XChat irc client RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -USES= dos2unix zip +USES= zip dos2unix ALL_TARGET= freebsd CFLAGS+= -fPIC USE_LDCONFIG= yes |