diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 01:24:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 01:24:52 +0000 |
commit | be8b74e222f5c86df40a85cebddaf75b09ff25d2 (patch) | |
tree | 26389a40edc40a07ceb7fda6218c04b2b5fee777 /graphics/p5-GD/Makefile | |
parent | use 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-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 96969e1185fa..0f8a4994d0f3 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/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} |