diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-17 03:03:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-17 03:03:07 +0000 |
commit | 25d6f17102591ebcf66180eedb69403e87ebf27d (patch) | |
tree | 85a478e5c4d834fb1a9b12dcba86ad1ffe993236 /x11/Xbae | |
parent | 3e84207f88ba1b6bfde30332fc1f69768a4e7819 (diff) | |
download | pkgsrc-25d6f17102591ebcf66180eedb69403e87ebf27d.tar.gz |
Explicitly set USE_X11BASE as these are Motif widgets and should go where
Motif lives.
Diffstat (limited to 'x11/Xbae')
-rw-r--r-- | x11/Xbae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile index d9de519736f..9fbf620c81f 100644 --- a/x11/Xbae/Makefile +++ b/x11/Xbae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/10/24 22:11:11 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/04/17 03:03:07 jlam Exp $ # DISTNAME= Xbae-4.9.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.lesstif.org/Xbae.html COMMENT= Motif-compatible widgets: XbaeMatrix, XbaeCaption, XbaeInput USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |