diff options
author | jim <jim@FreeBSD.org> | 2000-01-19 19:57:14 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-01-19 19:57:14 +0000 |
commit | 84353c2c4b81ac0bc046ce53ea42d93233a5bcba (patch) | |
tree | a4fd142ff963e8414b1af79f565349a024a717d0 /graphics/gimp/Makefile | |
parent | 8ec3a9509f8eb073b9d2b80a5edc49e5ac67ad39 (diff) | |
download | FreeBSD-ports-84353c2c4b81ac0bc046ce53ea42d93233a5bcba.zip FreeBSD-ports-84353c2c4b81ac0bc046ce53ea42d93233a5bcba.tar.gz |
Update to version 1.1.15.
Reviewed by: various people from the ports@FreeBSD.org list
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 0a01668..00a342b 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: Gimp -# Version required: 1.1.11 +# Version required: 1.1.15 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # @@ -23,7 +23,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -VERSION= 1.1.14 +VERSION= 1.1.15 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -38,7 +38,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= gimp.1 gimptool.1 -MAN3= gpc.3 MAN5= gimprc.5 .include <bsd.port.mk> |