diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-20 08:26:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-20 08:26:07 +0000 |
commit | 1c743e1f636e4d7643cd67104cba964a8cc779d2 (patch) | |
tree | 0f89c424ee710ac0ed24d79ca9f9e75e5bea55d3 /graphics/gimp-app-devel/Makefile | |
parent | bc35967261c6154c8236b6fc13324d4dd7730e05 (diff) | |
download | ports-1c743e1f636e4d7643cd67104cba964a8cc779d2.tar.gz ports-1c743e1f636e4d7643cd67104cba964a8cc779d2.zip |
Notes
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 10893a38f76b..189b12466d7d 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.2.3 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -35,14 +35,14 @@ 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" \ LIBS="-L${LOCALBASE}/lib" -MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 -MAN5= gimprc.5 +MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 \ + escputil-1.2.1 gimp-1.2.1 gimp-remote-1.2.1 gimptool-1.2.1 +MAN5= gimprc.5 gimprc-1.2.5 post-install: ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin |