diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-04-11 09:37:32 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-04-11 09:37:32 +0800 |
commit | 7e6021061b18425aa731f2d3f998e24918244ffb (patch) | |
tree | 582533c65cc6f97911fa161ca07a206d1f065603 /graphics/gimp-app-devel/Makefile | |
parent | 31759b943319953d8b3fa61a416fb9cea61d9fd6 (diff) | |
download | freebsd-ports-gnome-7e6021061b18425aa731f2d3f998e24918244ffb.tar.gz freebsd-ports-gnome-7e6021061b18425aa731f2d3f998e24918244ffb.tar.zst freebsd-ports-gnome-7e6021061b18425aa731f2d3f998e24918244ffb.zip |
Upgrade to 1.2.3.
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index f4e2048be79e..ca69390ee316 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gimp -PORTVERSION= 1.2.2 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 1.2.3 +PORTREVISION= 0 +#PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ @@ -24,7 +24,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -SHLIBVER?= ${PORTVERSION:S/1.2.//g} +#SHLIBVER?= ${PORTVERSION:S/1.2.//g} +SHLIBVER?= 2 USE_BZIP2= yes USE_X_PREFIX= yes @@ -34,6 +35,7 @@ USE_GTK= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore +LIBTOOLFILES= aclocal.m4 PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |