diff options
author | erich <erich@FreeBSD.org> | 1997-03-03 03:44:48 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-03-03 03:44:48 +0800 |
commit | a89562b4a7d90f44c6325144becdef5645c33e67 (patch) | |
tree | 2b47faed9759e70533b4e59f1f0a2a3f8125cf79 /graphics/gimp-devel/Makefile | |
parent | a4821895046e46347202b0629e8efe6ca9169aff (diff) | |
download | freebsd-ports-gnome-a89562b4a7d90f44c6325144becdef5645c33e67.tar.gz freebsd-ports-gnome-a89562b4a7d90f44c6325144becdef5645c33e67.tar.zst freebsd-ports-gnome-a89562b4a7d90f44c6325144becdef5645c33e67.zip |
holy christmas... talk about a moving target.
upgrade to 0.99.3
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r-- | graphics/gimp-devel/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 07aca069c5f9..920c887d4f9c 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -1,30 +1,25 @@ # New ports collection makefile for: GIMP -# Version required: 0.99.1 +# Version required: 0.99.3 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1996/11/20 11:11:35 asami Exp $ +# $Id: Makefile,v 1.4 1997/02/28 19:19:31 erich Exp $ # -DISTNAME= gimp-0.99.1 +DISTNAME= gimp-0.99.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ MAINTAINER= erich@FreeBSD.org -LIB_DEPENDS+= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png +#LIB_DEPENDS+= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes GNU_CONFIGURE= yes -#CONFIGURE_ARGS= --enable-debug - USE_GMAKE= yes -#post-configure: -# cd ${WRKSRC}/gtk+; ./configure - .include <bsd.port.mk> |