diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-10-13 07:59:48 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-10-13 07:59:48 +0000 |
commit | 4b3befadb2270cbb1e041fa697989cc95405d0fa (patch) | |
tree | d104f887386c8198461cc291d6d5cf4a9c7ccea5 /graphics/gimp/Makefile | |
parent | e18ad92677de983cf7f22ba03d65a0eeae2e03fb (diff) | |
download | FreeBSD-ports-4b3befadb2270cbb1e041fa697989cc95405d0fa.zip FreeBSD-ports-4b3befadb2270cbb1e041fa697989cc95405d0fa.tar.gz |
Upgrade to 1.1.27.
PR: ports/21945
Submitted by: trevor
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index a8a1859..df0f3e8 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 1.1.26 +PORTVERSION= 1.1.27 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \ @@ -28,7 +28,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GTK= yes -WANT_GNOME= yes +#WANT_GNOME= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -57,9 +57,9 @@ pre-fetch: .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes -.endif +#.if defined(HAVE_GNOME) +#USE_GNOME= yes +#.endif post-install: ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin |