diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /net-p2p | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Notes
Notes:
svn path=/head/; revision=334361
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittyrant/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/solidcoin/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bittyrant/Makefile b/net-p2p/bittyrant/Makefile index 0a8fe7a6e0d5..1088d4cdd1ef 100644 --- a/net-p2p/bittyrant/Makefile +++ b/net-p2p/bittyrant/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} RUN_DEPENDS= ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} +USES= dos2unix USE_ZIP= yes -USE_DOS2UNIX= build.xml \ +DOS2UNIX_FILES= build.xml \ org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java USE_JAVA= yes diff --git a/net-p2p/solidcoin/Makefile b/net-p2p/solidcoin/Makefile index 5cc33679b555..c2c6db3ae8f1 100644 --- a/net-p2p/solidcoin/Makefile +++ b/net-p2p/solidcoin/Makefile @@ -22,14 +22,13 @@ OPTIONS_DEFAULT= WXGTK WRKSRC= ${WRKDIR}/src +USES= gmake dos2unix USE_ZIP= yes -USE_DOS2UNIX= yes USE_GNOME= glib20 USE_OPENSSL= yes USE_BDB= yes WANT_BDB_VER= 47 USE_GCC= any -USE_GMAKE= yes ALL_TARGET= ${BINARY} CXXFLAGS+= -Wno-invalid-offsetof |