aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-02 00:11:58 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-02 00:11:58 +0800
commit229af19ab23506a643b22ee34e21fbd1f7980f07 (patch)
treea815a214773455e8e7e4f93b2bbb0daa2830bdc7 /graphics/gimp
parentc80474a686b27c75ee1f2c966739964a2785fe64 (diff)
downloadfreebsd-ports-gnome-229af19ab23506a643b22ee34e21fbd1f7980f07.tar.gz
freebsd-ports-gnome-229af19ab23506a643b22ee34e21fbd1f7980f07.tar.zst
freebsd-ports-gnome-229af19ab23506a643b22ee34e21fbd1f7980f07.zip
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/gimp')
-rw-r--r--graphics/gimp/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index fbe16decb2e3..e276012d7231 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/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) \