diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 09:24:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 09:24:52 +0800 |
commit | 316bde237d857843f628f5346454489127c6397c (patch) | |
tree | 590c2824c170266f054a5ab2d2912a37e42510df /graphics/p5-GD | |
parent | cace53e9dd44962f79341a6bf7196f102e6b74b0 (diff) | |
download | freebsd-ports-gnome-316bde237d857843f628f5346454489127c6397c.tar.gz freebsd-ports-gnome-316bde237d857843f628f5346454489127c6397c.tar.zst freebsd-ports-gnome-316bde237d857843f628f5346454489127c6397c.zip |
We need libgd.a in order for this port to build.
Diffstat (limited to 'graphics/p5-GD')
-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} |