svn commit: r387381 - head/lang/qscheme

Antoine Brodin antoine at FreeBSD.org
Mon May 25 14:24:07 UTC 2015


Author: antoine
Date: Mon May 25 14:24:06 2015
New Revision: 387381
URL: https://svnweb.freebsd.org/changeset/ports/387381

Log:
  Fix build without /usr/bin/perl symlink
  
  Reported by:	pkg-fallout

Modified:
  head/lang/qscheme/Makefile

Modified: head/lang/qscheme/Makefile
==============================================================================
--- head/lang/qscheme/Makefile	Mon May 25 13:11:44 2015	(r387380)
+++ head/lang/qscheme/Makefile	Mon May 25 14:24:06 2015	(r387381)
@@ -17,8 +17,9 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libavcal
 		${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 \


More information about the svn-ports-all mailing list