diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
commit | 6d7448ed0c061eb39aeb5119e12f507fe9019862 (patch) | |
tree | d37150dcdbc63010b4614c1a0d7d6f1d6b685186 /graphics/p5-GD2 | |
parent | c1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b (diff) | |
download | FreeBSD-ports-6d7448ed0c061eb39aeb5119e12f507fe9019862.zip FreeBSD-ports-6d7448ed0c061eb39aeb5119e12f507fe9019862.tar.gz |
These ports now need 'LIB_DEPENDS=gd.0:...'.
Diffstat (limited to 'graphics/p5-GD2')
-rw-r--r-- | graphics/p5-GD2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index 0f8a499..6b06df5 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/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 |