svn commit: r363821 - head/devel/strace
Adam Weinberger
adamw at FreeBSD.org
Sat Aug 2 16:31:19 UTC 2014
Author: adamw
Date: Sat Aug 2 16:31:18 2014
New Revision: 363821
URL: http://svnweb.freebsd.org/changeset/ports/363821
QAT: https://qat.redports.org/buildarchive/r363821/
Log:
Fix fetch.
Modified:
head/devel/strace/Makefile
Modified: head/devel/strace/Makefile
==============================================================================
--- head/devel/strace/Makefile Sat Aug 2 15:33:20 2014 (r363820)
+++ head/devel/strace/Makefile Sat Aug 2 16:31:18 2014 (r363821)
@@ -12,7 +12,7 @@ COMMENT= System call tracer
LICENSE= BSD3CLAUSE
-USES= shebangfix perl5 # perl5 for strace-graph tar:bzip2
+USES= shebangfix perl5 tar:bzip2 # perl5 for strace-graph
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= i386
@@ -22,8 +22,6 @@ PLIST_FILES= bin/strace bin/strace-graph
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
PORTDOCS= AUTHORS COPYRIGHT CREDITS ChangeLog NEWS PORTING \
README README-freebsd README-svr4 TODO
More information about the svn-ports-head
mailing list