diff options
author | tg <tg@FreeBSD.org> | 1997-12-01 16:07:14 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-01 16:07:14 +0800 |
commit | 755090ba9a905872ebf627ba3d19782da84e4188 (patch) | |
tree | f3180c47d2643bb55e3f94ef15caa5ca1adcf4b0 /graphics/gimp | |
parent | a6754d934bfe474c6982de2e5125244f1da08898 (diff) | |
download | freebsd-ports-gnome-755090ba9a905872ebf627ba3d19782da84e4188.tar.gz freebsd-ports-gnome-755090ba9a905872ebf627ba3d19782da84e4188.tar.zst freebsd-ports-gnome-755090ba9a905872ebf627ba3d19782da84e4188.zip |
Use new location for tiff34 headers.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 572533a0372c..29840090e774 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Gimp -# Version required: 0.99.13 +# Version required: 0.99.14 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.11 1997/10/15 20:17:47 erich Exp $ +# $Id: Makefile,v 1.12 1997/10/16 09:04:34 tg Exp $ # VERSION= 0.99.14 @@ -15,8 +15,8 @@ DISTFILES+= gimp-data-min-${VERSION}.tar.gz \ gimptcl-1.0.tar.gz CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.umn.edu/pub/gimp/gimp/devel/${VERSION}/ \ - ftp://ftp.gimp.org/pub/gimp/devel/${VERSION}/ \ +MASTER_SITES= ftp://ftp.cs.umn.edu/pub/gimp/gimp/0.99/${VERSION}/ \ + ftp://ftp.gimp.org/pub/gimp/0.99/${VERSION}/ \ http://www.freebsd.org/~erich/ MAINTAINER= erich@FreeBSD.org @@ -24,7 +24,7 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk 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+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= tk80\\.1\\.:${PORTSDIR}/x11/tk80 @@ -33,7 +33,8 @@ USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \ - -I${LOCALBASE}/include/tk8.0" LIBS=-L${LOCALBASE}/lib + -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tiff34" \ + LIBS=-L${LOCALBASE}/lib DATASTUFF= brushes palettes gradients patterns |