diff options
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 214bf9c8c75c..f5b8e2aa4da8 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.21 1998/03/17 22:52:36 erich Exp $ +# $Id: Makefile,v 1.22 1998/03/21 09:26:10 asami Exp $ # MAJOR= 0 @@ -23,8 +23,6 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${MAJOR}.${MINOR}/v${VERSION}/ \ MAINTAINER= erich@FreeBSD.org -BROKEN= fetch - LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk LIB_DEPENDS+= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg |