diff options
author | will <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
commit | d3ed24be14e86512cefb8211c7a6a3f29076349f (patch) | |
tree | 523bda0f4e6016291829ab542ed99da4273f7ab8 /graphics/p5-GD2 | |
parent | 18b47417a058dda2b378b3d44c234ea6924d3e26 (diff) | |
download | FreeBSD-ports-d3ed24be14e86512cefb8211c7a6a3f29076349f.zip FreeBSD-ports-d3ed24be14e86512cefb8211c7a6a3f29076349f.tar.gz |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
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 c358784..c6c8e13 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org -LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd USE_PERL5= YES |