diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-07-24 23:56:46 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-07-24 23:56:46 +0000 |
commit | 57806deb74f5631795bbf3fb8e034362b0039668 (patch) | |
tree | 094bed3478bbd973981d5cb499b0e095f631dbac /graphics/gd/Makefile | |
parent | Weird things happen when you .include bsd.port.mk when you really meant (diff) |
Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.
Sponsored Committer With Overtime: Computer Horizons Corp.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index f54d93f67fd9..739204d377ba 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -3,20 +3,20 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.5 1998/06/25 03:13:16 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $ # -DISTNAME= gd1.3 -PKGNAME= gd-1.3 +DISTNAME= gd-1.6.2 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ MAINTAINER= jeff@cetlink.net -RESTRICTED= unavailable from master site due to legal problems +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b +GNU_CONFIGURE= yes pre-install: ${MKDIR} ${PREFIX}/include/gd |