diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
commit | 38e3e6a87b9abd2f393b2932fb132b441263aa21 (patch) | |
tree | a1fb585c640e6d94163f7e059a3f6522d70c6801 /graphics/p5-GD1 | |
parent | Build and install the shared library again. (diff) |
These ports now need 'LIB_DEPENDS=gd.0:...'.
Diffstat (limited to 'graphics/p5-GD1')
-rw-r--r-- | graphics/p5-GD1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index 0f8a4994d0f3..6b06df58ae66 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= GD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_PERL5= YES |