diff options
author | petef <petef@FreeBSD.org> | 2002-06-02 19:22:16 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-02 19:22:16 +0000 |
commit | 6829114feb090b3003992d076d50b08066cddb90 (patch) | |
tree | debbc21de94ee0bd3c13974429e4ebc26c5c6602 /graphics | |
parent | 11c4c1bd064d14f70d709f640dddf682049fd3c7 (diff) | |
download | FreeBSD-ports-6829114feb090b3003992d076d50b08066cddb90.zip FreeBSD-ports-6829114feb090b3003992d076d50b08066cddb90.tar.gz |
Fix typo: USE_PERL -> USE_PERL5
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Gimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index c9aa604..4281df9 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" |