summaryrefslogtreecommitdiff
path: root/graphics/p5-GD2
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 01:24:52 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 01:24:52 +0000
commitbe8b74e222f5c86df40a85cebddaf75b09ff25d2 (patch)
tree26389a40edc40a07ceb7fda6218c04b2b5fee777 /graphics/p5-GD2
parentuse rc.conf instead rc.conf.local (diff)
We need libgd.a in order for this port to build.
Notes
Notes: svn path=/head/; revision=24013
Diffstat (limited to 'graphics/p5-GD2')
-rw-r--r--graphics/p5-GD2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile
index 96969e1185fa..0f8a4994d0f3 100644
--- a/graphics/p5-GD2/Makefile
+++ b/graphics/p5-GD2/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= GD
MAINTAINER= jfitz@FreeBSD.org
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd
+
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}