diff options
author | tron <tron@pkgsrc.org> | 2001-10-05 21:49:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-05 21:49:30 +0000 |
commit | 70b0c16f45b651124813c42356529eb15b301fa3 (patch) | |
tree | 87fbb41deee214e11e5ac207776464a1cebd9a10 /x11/wterm | |
parent | 54b075a258ec5d4a66dd4abdd4a0117b77db2ea1 (diff) | |
download | pkgsrc-70b0c16f45b651124813c42356529eb15b301fa3.tar.gz |
Readd "USE_X11BASE= YES" which is necessary as long as "WindowMaker" is
installed to "${X11BASE}".
Diffstat (limited to 'x11/wterm')
-rw-r--r-- | x11/wterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 7c76d3d9888..95e9a3b8882 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/10/05 13:33:28 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2001/10/05 21:49:30 tron Exp $ DISTNAME= wterm-6.2.9 CATEGORIES= x11 @@ -11,6 +10,7 @@ HOMEPAGE= http://largo.windowmaker.org/files.php\#wterm COMMENT= NeXTStep(tm) style X11 terminal emulator for WindowMaker GNU_CONFIGURE= YES +USE_X11BASE= YES # some /usr/X11R6/lib references sneak in # USE_BUILDLINK_ONLY= YES |