summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-04-26 21:49:45 +0000
committerJim Mock <jim@FreeBSD.org>2000-04-26 21:49:45 +0000
commitf5e385e048951adf70443ad949867c08f1a6b9ba (patch)
tree958fd07dfd60be72e8a9ecadeb060ae083fbf30d /graphics/gimp-app-devel/Makefile
parentCompile kdm with -O0 always so it actually works on freebsd 4.0+ (diff)
Update to version 1.1.20. Hopefully this will fix some of the build
problems people are having with 1.1.19. Vanilla, if you have any problems with this update, let me know and I'll back it out.
Notes
Notes: svn path=/head/; revision=28028
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r--graphics/gimp-app-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index f61b62b80f6e..e847d05a8556 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gimp
-PORTVERSION= 1.1.19
+PORTVERSION= 1.1.20
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
MAINTAINER= vanilla@FreeBSD.org
-.if !defined(WITHOUT_PERL)
+.if defined(WITH_PERL)
BUILD_DEPENDS= perldl:${PORTSDIR}/math/PDL \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
RUN_DEPENDS= perldl:${PORTSDIR}/math/PDL \
@@ -39,7 +39,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-.if defined(WITHOUT_PERL)
+.if !defined(WITH_PERL)
CONFIGURE_ARGS= --disable-perl
.endif
@@ -51,7 +51,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gimp.1 gimptool.1
MAN5= gimprc.5
-.if defined(WITHOUT_PERL)
+.if !defined(WITH_PERL)
PLISTORIG= ${PKGDIR}/PLIST
PLIST= ${WRKDIR}/PLIST
.else