diff options
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 7 |
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) \ |