diff options
author | tron <tron@pkgsrc.org> | 1999-06-21 07:53:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-21 07:53:49 +0000 |
commit | f5cdfdbf9905419a0d93ff118da9eb2ea0291b19 (patch) | |
tree | 6348d95e1f6f74c763fffcfe1720d31457c48c8c /x11/wterm | |
parent | 8e941c1ab410d21573858bee4f1049e5d01272ce (diff) | |
download | pkgsrc-f5cdfdbf9905419a0d93ff118da9eb2ea0291b19.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/Makefile | 6 |
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" |