summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-02 19:22:16 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-02 19:22:16 +0000
commit0c49864419906b9fa4eb5d34f04f1ddcd7a61871 (patch)
tree68700cb3fdf49f8c2a674decebe1dcf6d9d0decb /graphics
parentenable c++ support (diff)
Fix typo: USE_PERL -> USE_PERL5
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Gimp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile
index c9aa6041740d..4281df958c47 100644
--- a/graphics/p5-Gimp/Makefile
+++ b/graphics/p5-Gimp/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= gimp.2:${PORTSDIR}/graphics/gimp1
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GTK= yes
-USE_PERL= yes
+USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"