diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 21:23:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 21:23:30 +0000 |
commit | 0ef31b606e7faa83d5d054e335d9893cb47fea2b (patch) | |
tree | 4bfd766f05e3c18777579922f78812ebcefdc645 /devel | |
parent | 9170dfb14c1409c36a987b742f98256bfece0982 (diff) | |
download | ports-0ef31b606e7faa83d5d054e335d9893cb47fea2b.tar.gz ports-0ef31b606e7faa83d5d054e335d9893cb47fea2b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/csmith/Makefile | 6 |
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 |