diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-01 16:11:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-01 16:11:58 +0000 |
commit | 8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (patch) | |
tree | 41507ca2d95adccd928addaac6f4033a63316083 /graphics/gimp1 | |
parent | Say hello to GNOME 1.2 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=29056
Diffstat (limited to 'graphics/gimp1')
-rw-r--r-- | graphics/gimp1/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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) \ |