diff options
author | asami <asami@FreeBSD.org> | 1998-03-22 08:07:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-22 08:07:36 +0800 |
commit | dd411eca0e66b6d038f660318fdd7df7e903dc32 (patch) | |
tree | 24f7145ac8f4afcffc42978c08fd1134453f584e /graphics/gimp | |
parent | 8338d55d72ccee96c02375f3ffef2e41199c6c08 (diff) | |
download | freebsd-ports-gnome-dd411eca0e66b6d038f660318fdd7df7e903dc32.tar.gz freebsd-ports-gnome-dd411eca0e66b6d038f660318fdd7df7e903dc32.tar.zst freebsd-ports-gnome-dd411eca0e66b6d038f660318fdd7df7e903dc32.zip |
Thanks to Eivind, we now have the distfiles.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 214bf9c8c75c..f5b8e2aa4da8 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/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 |