summaryrefslogtreecommitdiffstats
path: root/graphics/p5-GD/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
committernork <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
commit07d4243107c7c11506a607480ffa2c5fbb716299 (patch)
tree8105e7b9bfe65fc36d1797e9690cdbdc1ba972ff /graphics/p5-GD/Makefile
parentb928507d6b0aa80a3d71cc58c69fe7d62d53fc62 (diff)
downloadFreeBSD-ports-07d4243107c7c11506a607480ffa2c5fbb716299.zip
FreeBSD-ports-07d4243107c7c11506a607480ffa2c5fbb716299.tar.gz
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r--graphics/p5-GD/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 27a84df..6f501f9 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GD
PORTVERSION= 1.41
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl5 interface to Gd Graphics Library
-LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd
PERL_CONFIGURE= yes
USE_REINPLACE= yes
@@ -26,7 +27,7 @@ MAN3= GD.3
post-patch:
${REINPLACE_CMD} \
-e 's,@@LOCALBASE@@,${LOCALBASE},g' \
- -e 's,@@LOCALBASE@@,${LOCALBASE},g' \
+ -e 's,@@X11BASE@@,${X11BASE},g' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
OpenPOWER on IntegriCloud