diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-08-26 05:15:03 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-08-26 05:15:03 +0000 |
commit | 99d57f48a1f3d5c0132363a1f438520f4b0c320c (patch) | |
tree | c4b29d792e755addfbd640f8147b5c41d41516df /x11/kterm | |
parent | da7549c6825a1db5d453b5e6a402f6234b390af8 (diff) | |
download | pkgsrc-99d57f48a1f3d5c0132363a1f438520f4b0c320c.tar.gz |
add USE_WALLPAPER to BUILD_DEFS.
Diffstat (limited to 'x11/kterm')
-rw-r--r-- | x11/kterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 8e1ead3b79e..1e5fdc337de 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/26 05:02:15 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/26 05:15:03 sakamoto Exp $ DISTNAME= kterm-6.2.0 CATEGORIES= x11 @@ -15,6 +15,8 @@ MAINTAINER= sakamoto@netbsd.org USE_IMAKE= yes USE_XAW= yes +BUILD_DEFS+= USE_WALLPAPER + .include "../../mk/bsd.prefs.mk" XAW_TYPE?= standard |