diff options
author | agc <agc@pkgsrc.org> | 2001-05-31 12:30:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-31 12:30:12 +0000 |
commit | 4f082e10a536190e7ffafb0c2469d65e822127ff (patch) | |
tree | 883c31414d1261c70cb4a384fb607e0c94a8c07c /audio/dap/Makefile | |
parent | a8e89c101a870fdbc0dfed66f6709fdeef079a0c (diff) | |
download | pkgsrc-4f082e10a536190e7ffafb0c2469d65e822127ff.tar.gz |
Pass X11PREFIX down through the environment, and use it when building.
Makes this package build with xpkgwedge installed
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 9c115e41774..260d5c2851e 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/05 20:30:33 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/05/31 12:30:12 agc Exp $ DISTNAME= dap-2.1.1 CATEGORIES= audio @@ -13,6 +13,8 @@ DEPENDS+= xforms>=0.88nb1:../../x11/xforms MAKEFILE= Makefile.netbsd +MAKE_ENV+= X11PREFIX=${X11PREFIX} + USE_X11BASE= YES USE_XPM= YES |