diff options
author | jim <jim@FreeBSD.org> | 2000-04-26 21:49:45 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-04-26 21:49:45 +0000 |
commit | aee0eba7d00b91bd110e8665d5913955cc7b092b (patch) | |
tree | ce0e9a4830764136b1c5caad47a3c289ec1e4066 /graphics/gimp1/Makefile | |
parent | 390640b445e45924d06ba8a66fb48809360c62b4 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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 |