diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-18 23:08:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-18 23:08:38 +0000 |
commit | e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3 (patch) | |
tree | 83ecfe17db5eeb8d8aa70f2acd2aabd60912cef6 /graphics/g2 | |
parent | bump PORTEPOCH (diff) |
Fix forgotten gd* dependency.
Diffstat (limited to 'graphics/g2')
-rw-r--r-- | graphics/g2/Makefile | 2 |
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 |