diff options
author | erich <erich@FreeBSD.org> | 1997-05-01 18:25:47 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-05-01 18:25:47 +0000 |
commit | 307c92df0abf1c7a46efc2fbfb841ad24624f956 (patch) | |
tree | 2abfb9963359494394d64cff50e872c387df979c /graphics/gimp/Makefile | |
parent | a2802607ae97a211e225af2ee2c067fd1c959b29 (diff) | |
download | FreeBSD-ports-307c92df0abf1c7a46efc2fbfb841ad24624f956.zip FreeBSD-ports-307c92df0abf1c7a46efc2fbfb841ad24624f956.tar.gz |
upgrade to 0.99.9, plus a bunch of patches from the list.
Obtained from: gimp-devel mailing list, in part
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 5c6f6d1..9f67fdc 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.7 1997/04/08 22:06:51 erich Exp $ +# $Id: Makefile,v 1.8 1997/04/18 21:26:28 erich Exp $ # -VERSION= 0.99.8 +VERSION= 0.99.9 DISTNAME= gimp-${VERSION} -DISTFILES= ${DISTNAME}.tar.gz gimp-data-0.99.8.tar.gz +DISTFILES= ${DISTNAME}.tar.gz gimp-data-${VERSION}.tar.gz CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ |