From 229af19ab23506a643b22ee34e21fbd1f7980f07 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 1 Jun 2000 16:11:58 +0000 Subject: Correct PLIST.perl and update Makefile to reflect recent WITHOUT_PERL --> WITH_PERL thansition. PR: 18935 Partially submitted by: Masahide -mac- NODA --- graphics/gimp1/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/gimp1/Makefile') diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index fbe16decb2e3..e276012d7231 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/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) \ -- cgit