diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-03-27 21:41:15 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-03-27 21:41:15 +0000 |
commit | bad063874049c6f29caf9bdc1a07ccbec4b9f06c (patch) | |
tree | 75c29cead270fe91268871497f86739d5bd318b4 /graphics/gimp1/Makefile | |
parent | port for cross compiling go32 (dos) binaries (diff) |
upgrade to 0.99.6, plus a few patches from the gimp-developers list
Notes
Notes:
svn path=/head/; revision=6034
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 920c887d4f9c..5674bde9cb60 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GIMP -# Version required: 0.99.3 +# Version required: 0.99.6 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.4 1997/02/28 19:19:31 erich Exp $ +# $Id: Makefile,v 1.5 1997/03/02 19:44:41 erich Exp $ # -DISTNAME= gimp-0.99.3 +DISTNAME= gimp-0.99.6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ @@ -19,6 +19,7 @@ LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes GNU_CONFIGURE= yes + USE_GMAKE= yes .include <bsd.port.mk> |