summaryrefslogtreecommitdiffstats
path: root/graphics/gimp1/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-04-26 21:49:45 +0000
committerjim <jim@FreeBSD.org>2000-04-26 21:49:45 +0000
commitaee0eba7d00b91bd110e8665d5913955cc7b092b (patch)
treece0e9a4830764136b1c5caad47a3c289ec1e4066 /graphics/gimp1/Makefile
parent390640b445e45924d06ba8a66fb48809360c62b4 (diff)
downloadFreeBSD-ports-aee0eba7d00b91bd110e8665d5913955cc7b092b.zip
FreeBSD-ports-aee0eba7d00b91bd110e8665d5913955cc7b092b.tar.gz
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.
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r--graphics/gimp1/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile
index f61b62b..e847d05 100644
--- a/graphics/gimp1/Makefile
+++ b/graphics/gimp1/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
OpenPOWER on IntegriCloud