diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 16:52:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 16:52:42 +0800 |
commit | 64534c9e767de5faf11827b4b2d758285cb6644c (patch) | |
tree | 6b9c596857da7608569881c0761c3f7f6ce7647b /misc | |
parent | 7601ae6166637a996d9a62effd7a0f1a4735d8aa (diff) | |
download | freebsd-ports-gnome-64534c9e767de5faf11827b4b2d758285cb6644c.tar.gz freebsd-ports-gnome-64534c9e767de5faf11827b4b2d758285cb6644c.tar.zst freebsd-ports-gnome-64534c9e767de5faf11827b4b2d758285cb6644c.zip |
s/USE_PERL/USE_PERL5/
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gpt/Makefile | 2 | ||||
-rw-r--r-- | misc/gpt31/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index f86ff6d9d096..82194e4e951c 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch -USE_PERL= yes +USE_PERL5= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index f86ff6d9d096..82194e4e951c 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch -USE_PERL= yes +USE_PERL5= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes |