--- Makefile (revision 316039) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= bglibs PORTVERSION= 1.106 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \ @@ -20,7 +20,7 @@ NOT_FOR_ARCHS= alpha -USE_PERL5= yes +USE_PERL5_RUN= yes USE_AUTOTOOLS= libtool:env BGLIBS_INC= ${PREFIX}/include/${PORTNAME} BGLIBS_LIB= ${PREFIX}/lib/${PORTNAME} --- files/patch-Makefile (revision 316039) +++ files/patch-Makefile (working copy) @@ -9,3 +9,13 @@ base64/asc2bin.lo: libcompile base64/asc2bin.c base64/base64.h str/str.h ./libcompile base64/asc2bin.c +@@ -877,7 +877,7 @@ + + perl-head.pl: + ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export PATH; \ +- perl=`which perl`; \ ++ perl=`which perl` || perl="/usr/local/bin/perl"; \ + echo "#! $$perl"; \ + echo "# WARNING: This file was auto-generated. Do not edit!"; \ + echo ) >perl-head.pl +