diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
commit | 99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch) | |
tree | fb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /graphics/g2 | |
parent | 31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff) |
Notes
Diffstat (limited to 'graphics/g2')
-rw-r--r-- | graphics/g2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index 5f850e324c83..a3fd364ffefe 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -7,7 +7,7 @@ PORTNAME= g2 PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/graphics @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= billf@FreeBSD.org COMMENT= An easy to use, portable and powerful 2D graphics library -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/gd" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" do-build: cd ${WRKSRC} ; make depend ; make |