svn commit: r359702 - head/sysutils/duff
Jason E. Hale
jhale at FreeBSD.org
Sat Jun 28 14:28:17 UTC 2014
Author: jhale
Date: Sat Jun 28 14:28:16 2014
New Revision: 359702
URL: http://svnweb.freebsd.org/changeset/ports/359702
QAT: https://qat.redports.org/buildarchive/r359702/
Log:
- USE_BZIP2 -> USES=tar:bzip2
Modified:
head/sysutils/duff/Makefile
Modified: head/sysutils/duff/Makefile
==============================================================================
--- head/sysutils/duff/Makefile Sat Jun 28 14:19:12 2014 (r359701)
+++ head/sysutils/duff/Makefile Sat Jun 28 14:28:16 2014 (r359702)
@@ -11,7 +11,7 @@ COMMENT= Duplicate file finder
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-all
mailing list