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 | |
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')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp1/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 7 |
6 files changed, 30 insertions, 12 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index fbe16decb2e3..e276012d7231 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/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) \ diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index fbe16decb2e3..e276012d7231 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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) \ diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index fbe16decb2e3..e276012d7231 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/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) \ 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) \ 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) \ diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index fbe16decb2e3..e276012d7231 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) \ |