summaryrefslogtreecommitdiff
path: root/x11/wterm
diff options
context:
space:
mode:
authortron <tron>1999-06-21 07:53:49 +0000
committertron <tron>1999-06-21 07:53:49 +0000
commit8e4643c74fc2b5096c32b419e727fd4de3c79279 (patch)
tree6348d95e1f6f74c763fffcfe1720d31457c48c8c /x11/wterm
parent3ebdd5c2a123f8dee2b3aac684d58a67fdd2dfea (diff)
downloadpkgsrc-8e4643c74fc2b5096c32b419e727fd4de3c79279.tar.gz
Install this package to "${LOCALBASE}" instead of "${X11BASE}" and make
sure "proplist.h" is found during build.
Diffstat (limited to 'x11/wterm')
-rw-r--r--x11/wterm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile
index 100b56397cf..16e2c4733d1 100644
--- a/x11/wterm/Makefile
+++ b/x11/wterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/06/21 04:53:15 jlam Exp $
+# $NetBSD: Makefile,v 1.3 1999/06/21 07:53:49 tron Exp $
#
DISTNAME= wterm-6.2.6
@@ -12,7 +12,9 @@ HOMEPAGE= http://wm.current.nu/files.html\#wterm
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= windowmaker-0.60.0:../../x11/windowmaker
+USE_X11= YES
GNU_CONFIGURE= YES
-USE_X11BASE= YES
+
+CFLAGS+= -I${PREFIX}/include
.include "../../mk/bsd.pkg.mk"