diff options
author | jlam <jlam> | 2002-04-17 03:03:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-17 03:03:07 +0000 |
commit | b642af9462bedd410d6cf4d423b4da2fddf2ef62 (patch) | |
tree | 85a478e5c4d834fb1a9b12dcba86ad1ffe993236 /x11/Xbae | |
parent | 11ad6c6ff5305b5ecba0a998726126dc3a402fa7 (diff) | |
download | pkgsrc-b642af9462bedd410d6cf4d423b4da2fddf2ef62.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 |