Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 14:24:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387381 - head/lang/qscheme
Message-ID:  <201505251424.t4PEO7iF057947@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251424.t4PEO7iF057947>