diff options
author | agc <agc@pkgsrc.org> | 2000-07-18 15:20:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-07-18 15:20:59 +0000 |
commit | 90515e7cce488a5a5e69eb5e4521bf2c71e744dc (patch) | |
tree | d5f0918fc02f3fe5b36f4fc151af6bb7db0076d1 /graphics/fly | |
parent | 2e2b2ad5e7c84dab36d5cc8d785479c4a46758ff (diff) | |
download | pkgsrc-90515e7cce488a5a5e69eb5e4521bf2c71e744dc.tar.gz |
Use EVAL_PREFIX to be a bit more precise about package prefices.
Diffstat (limited to 'graphics/fly')
-rw-r--r-- | graphics/fly/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 6a3009a2862..6f14fca782c 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/03/17 23:36:09 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/07/18 15:20:59 agc Exp $ # DISTNAME= fly-1.6.5 @@ -11,8 +11,9 @@ HOMEPAGE= http://www.unimelb.edu.au/fly/fly.html BUILD_DEPENDS+= ${LOCALBASE}/bin/gif2png:../../graphics/gif2png DEPENDS+= gd>=1.8.1:../../graphics/gd -USE_X11= yes # -lXpm -CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/X11 # Xpm.h +EVAL_PREFIX+= XPMDIR=xpm +USE_X11= yes # (perhaps) -lXpm +CPPFLAGS+= -I${XPMDIR}/include -I${XPMDIR}/include/X11 # Xpm.h CPPFLAGS+= -I${LOCALBASE}/include # gd.h MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" |