diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-01-07 06:57:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-01-07 06:57:40 +0000 |
commit | 000c72e8601c83489666ce3dbe2002e598d54454 (patch) | |
tree | 121de8dd99841ca42fc39ad2151fe247369f56cb /irc | |
parent | 9422b10842b0e30c724f7c984da91150923f3ba5 (diff) | |
download | freebsd-ports-000c72e8601c83489666ce3dbe2002e598d54454.zip |
- USES=dos2unix
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 bb269c3e3e3f..034a3ef41b75 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -18,8 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat USE_ZIP= yes +USES= dos2unix NO_WRKSUBDIR= yes -USE_DOS2UNIX= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile index c320128fcbbf..0023eda77bd0 100644 --- a/irc/xchat-mircryption/Makefile +++ b/irc/xchat-mircryption/Makefile @@ -17,7 +17,7 @@ COMMENT= A free encryption add-on for the popular XChat irc client RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix ALL_TARGET= freebsd CFLAGS+= -fPIC USE_LDCONFIG= yes |