diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-12 16:40:57 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-12 16:40:57 +0800 |
commit | 5afd68d1df2641b8c6dd7e2977698a134606bce1 (patch) | |
tree | 5eaa75e41958fb3d1426de027f3d56b4a272ffe9 /news | |
parent | e853adab9b0da08988262479d87e7aeac91279f7 (diff) | |
download | freebsd-ports-gnome-5afd68d1df2641b8c6dd7e2977698a134606bce1.tar.gz freebsd-ports-gnome-5afd68d1df2641b8c6dd7e2977698a134606bce1.tar.zst freebsd-ports-gnome-5afd68d1df2641b8c6dd7e2977698a134606bce1.zip |
Change USE_PERL to USE_PERL5 which actually exists. Do not bump
PORTREVISION as perl already was an implicit dependency and the
final package does not change.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrnconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/slrnconf/Makefile b/news/slrnconf/Makefile index 1b4112d81f0a..4e068403dca1 100644 --- a/news/slrnconf/Makefile +++ b/news/slrnconf/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent USE_BZIP2= yes -USE_PERL= yes +USE_PERL5= yes MAKE_ARGS+= PREFIX=${PREFIX} do-install: |