diff options
author | jim <jim@FreeBSD.org> | 2000-04-27 05:49:45 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-04-27 05:49:45 +0800 |
commit | aee0eba7d00b91bd110e8665d5913955cc7b092b (patch) | |
tree | ce0e9a4830764136b1c5caad47a3c289ec1e4066 /graphics/gimp/Makefile | |
parent | 390640b445e45924d06ba8a66fb48809360c62b4 (diff) | |
download | freebsd-ports-gnome-aee0eba7d00b91bd110e8665d5913955cc7b092b.tar.gz freebsd-ports-gnome-aee0eba7d00b91bd110e8665d5913955cc7b092b.tar.zst freebsd-ports-gnome-aee0eba7d00b91bd110e8665d5913955cc7b092b.zip |
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/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index f61b62b80f6e..e847d05a8556 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/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 |