summaryrefslogtreecommitdiff
path: root/graphics/g2
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-18 23:08:38 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-18 23:08:38 +0000
commite6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3 (patch)
tree83ecfe17db5eeb8d8aa70f2acd2aabd60912cef6 /graphics/g2
parentbump PORTEPOCH (diff)
Fix forgotten gd* dependency.
Notes
Notes: svn path=/head/; revision=87236
Diffstat (limited to 'graphics/g2')
-rw-r--r--graphics/g2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile
index a3fd364ffefe..e09b43dfde88 100644
--- a/graphics/g2/Makefile
+++ b/graphics/g2/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= billf@FreeBSD.org
COMMENT= An easy to use, portable and powerful 2D graphics library
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_XLIB= yes
GNU_CONFIGURE= yes