diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /graphics/chbg/Makefile | |
parent | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (diff) |
Notes
Diffstat (limited to 'graphics/chbg/Makefile')
-rw-r--r-- | graphics/chbg/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 800ca8e3f4ae..bdd242ae1815 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -14,12 +14,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= p@dancris.com -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.5:${PORTSDIR}/graphics/imlib - USE_GMAKE= yes +USE_IMLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |