diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-01-07 14:57:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-01-07 14:57:40 +0800 |
commit | 578bfb32df76ca0e2d3f7de2205c61871b4be1e1 (patch) | |
tree | 121de8dd99841ca42fc39ad2151fe247369f56cb | |
parent | 9c612b5eef65107da5fab0ac31ab761ed1597eb6 (diff) | |
download | freebsd-ports-gnome-578bfb32df76ca0e2d3f7de2205c61871b4be1e1.tar.gz freebsd-ports-gnome-578bfb32df76ca0e2d3f7de2205c61871b4be1e1.tar.zst freebsd-ports-gnome-578bfb32df76ca0e2d3f7de2205c61871b4be1e1.zip |
- USES=dos2unix
-rw-r--r-- | audio/mp3gain/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-fish/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-mircryption/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index a09808797f9a..24049f8e3dbe 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL21 USES= uidfix USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix NO_WRKSUBDIR= yes PLIST_FILES= bin/mp3gain 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 |