diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-01 16:11:58 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-01 16:11:58 +0000 |
commit | 229af19ab23506a643b22ee34e21fbd1f7980f07 (patch) | |
tree | a815a214773455e8e7e4f93b2bbb0daa2830bdc7 /graphics/gimpshop | |
parent | c80474a686b27c75ee1f2c966739964a2785fe64 (diff) | |
download | FreeBSD-ports-229af19ab23506a643b22ee34e21fbd1f7980f07.zip FreeBSD-ports-229af19ab23506a643b22ee34e21fbd1f7980f07.tar.gz |
Correct PLIST.perl and update Makefile to reflect recent
WITHOUT_PERL --> WITH_PERL thansition.
PR: 18935
Partially submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index fbe16de..e276012 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -56,9 +56,12 @@ PLIST= ${WRKDIR}/PLIST .else PLISTORIG= ${PKGDIR}/PLIST.perl PLIST= ${WRKDIR}/PLIST.perl +.endif + +.if !defined(WITH_PERL) pre-fetch: - @${ECHO} -n "If you want to compile without perl support " - @${ECHO} "'make -DWITHOUT_PERL' instead" + @${ECHO} -n "If you want to compile with perl support use" + @${ECHO} "'make -DWITH_PERL' instead" .endif .if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \ |