diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-09 07:03:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-09 07:03:48 +0800 |
commit | 547fc90c65b008cba2c021284341734161a3e59a (patch) | |
tree | a3a0b24b482589798c4ed3f3251e1b43a3d5fff5 /lang | |
parent | bedb426eb7886c304439c034ee3a7702778b22f8 (diff) | |
download | freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.tar.gz freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.tar.zst freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.zip |
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD
Noticed on: bento
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-devel/Makefile | 1 | ||||
-rw-r--r-- | lang/fpc/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 9b8ffbe58212..c2bef8a6968c 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -30,6 +30,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4 ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes +USE_PERL5= yes PKGDEINSTALL= ${PKGINSTALL} MAN1= delp.1 fpc.1 fpcmake.1 h2pas.1 plex.1 ppc386.1 ppdep.1 \ diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 9b8ffbe58212..c2bef8a6968c 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -30,6 +30,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4 ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes NO_BUILD= yes +USE_PERL5= yes PKGDEINSTALL= ${PKGINSTALL} MAN1= delp.1 fpc.1 fpcmake.1 h2pas.1 plex.1 ppc386.1 ppdep.1 \ |