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