diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-23 04:26:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-23 04:26:51 +0000 |
commit | a17239c066dcfcad39db4003a2b8d421fa1bc881 (patch) | |
tree | 4bfa8b36ce531fe4f0f7472d5fdff888abf4b533 /misc/siag/Makefile | |
parent | 79fe9eff8ce0ebb615cb7a647fadec6607504307 (diff) | |
download | pkgsrc-a17239c066dcfcad39db4003a2b8d421fa1bc881.tar.gz |
Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used. Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r-- | misc/siag/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index d829b824683..f4390db4b04 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/08/23 04:01:57 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/08/23 04:26:54 jlam Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -25,8 +25,6 @@ CFLAGS+= -Dunix LDFLAGS+= -Wl,-R${X11BASE}/lib STRIPFLAG= -.include "../../mk/bsd.prefs.mk" - XAW_TYPE?= 3d .include "../../mk/bsd.pkg.mk" |