aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-23 05:23:30 +0800
committerantoine <antoine@FreeBSD.org>2014-12-23 05:23:30 +0800
commit515f0d153c4124c2172c0bf6410014089a0bbe5e (patch)
tree4bfd766f05e3c18777579922f78812ebcefdc645
parent58cf7ce7eb4f26ad492252813c503f6e24534526 (diff)
downloadfreebsd-ports-gnome-515f0d153c4124c2172c0bf6410014089a0bbe5e.tar.gz
freebsd-ports-gnome-515f0d153c4124c2172c0bf6410014089a0bbe5e.tar.zst
freebsd-ports-gnome-515f0d153c4124c2172c0bf6410014089a0bbe5e.zip
- Add missing run dependency on perl
- Shebangfix
-rw-r--r--devel/csmith/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index edfb093ee718..f995d9872067 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -2,7 +2,7 @@
PORTNAME= csmith
PORTVERSION= 2.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/
@@ -16,7 +16,9 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-USES= gmake libtool
+USES= gmake libtool perl5 shebangfix
+USE_PERL5= run
+SHEBANG_FILES= scripts/compiler_test.pl scripts/launchn.pl scripts/test_csmith.pl
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64