aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-29 12:22:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-29 12:22:21 +0000
commit7eaeea789e7742e4f52de8677a5f6c70484f9ecd (patch)
treeb4525ffbf55ea2f317f4357c8ed70f17fb1d4fee /devel
parent44432d01cbf27c03f60fa051c233396eff667ef1 (diff)
downloadports-7eaeea789e7742e4f52de8677a5f6c70484f9ecd.tar.gz
ports-7eaeea789e7742e4f52de8677a5f6c70484f9ecd.zip
Allow building without /usr/bin/perl symlink
PR: ports/195494
Notes
Notes: svn path=/head/; revision=373615
Diffstat (limited to 'devel')
-rw-r--r--devel/ace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile
index 586f37da803a..2f08b64d032f 100644
--- a/devel/ace/Makefile
+++ b/devel/ace/Makefile
@@ -13,8 +13,9 @@ COMMENT= Adaptive Communication Environment for C++
WRKSRC= ${WRKDIR}/ACE_wrappers
-USES= gmake perl5 pkgconfig tar:bzip2
+USES= gmake perl5 pkgconfig shebangfix tar:bzip2
USE_PERL5= build
+SHEBANG_FILES= bin/*.pl MPC/*.pl
MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \
CROSS-COMPILE=1
MAKEFILE= GNUmakefile