aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-GD1
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-08-19 00:15:10 +0800
committernork <nork@FreeBSD.org>2003-08-19 00:15:10 +0800
commit3910103c542a314796c93844cf1fa04e6fea15bc (patch)
tree01df0dc64157e87fb107c31cc4d8212eda568daa /graphics/p5-GD1
parentd59d97ed0557f98d80920138b373a4b2a99f47eb (diff)
downloadfreebsd-ports-gnome-3910103c542a314796c93844cf1fa04e6fea15bc.tar.gz
freebsd-ports-gnome-3910103c542a314796c93844cf1fa04e6fea15bc.tar.zst
freebsd-ports-gnome-3910103c542a314796c93844cf1fa04e6fea15bc.zip
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
Diffstat (limited to 'graphics/p5-GD1')
-rw-r--r--graphics/p5-GD1/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile
index 6f501f95d60e..178612e37930 100644
--- a/graphics/p5-GD1/Makefile
+++ b/graphics/p5-GD1/Makefile
@@ -1,13 +1,13 @@
-# New ports collection makefile for: p5-GD
+# New ports collection makefile for: p5-GD1
# Date created: June 26th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= GD
PORTVERSION= 1.41
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl5 interface to Gd Graphics Library
-LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd1
PERL_CONFIGURE= yes
USE_REINPLACE= yes