diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-22 00:07:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-22 00:07:36 +0000 |
commit | 5b22912c088849ba8bf0727a98ee1ab60413149b (patch) | |
tree | ce29076959a82a65399fce46d6e1d7c3ba5db286 /graphics/gimp1/Makefile | |
parent | Change MASTER_SITE to new site, i forgot it on last commit. (diff) |
Thanks to Eivind, we now have the distfiles.
Notes
Notes:
svn path=/head/; revision=10273
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 |