diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-25 14:24:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-25 14:24:06 +0000 |
commit | d29f1f8fc56e4174747e854848564bbc3c977a56 (patch) | |
tree | 9daaef9f26ac2666673a4f1551de8b43c108fdb8 /lang/qscheme | |
parent | 825507ad408148b3e3b214ab444e1b27ac938df2 (diff) |
Notes
Diffstat (limited to 'lang/qscheme')
-rw-r--r-- | lang/qscheme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 0a93f39f8a2d..482eeb099d03 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall \ ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp LIB_DEPENDS= libgetline.so:${PORTSDIR}/devel/libgetline -USES= gmake perl5 +USES= gmake perl5 shebangfix USE_PERL5= build +SHEBANG_FILES= mkoptable USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ |