diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/kterm/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/kterm/Makefile')
-rw-r--r-- | x11/kterm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 02d1261192e..64535ab91c0 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/19 09:17:35 agc Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/23 23:14:34 tron Exp $ DISTNAME= kterm-6.2.0 CATEGORIES= x11 @@ -12,8 +12,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sakamoto@netbsd.org -USE_IMAKE= yes -USE_XAW= yes +USE_IMAKE= YES +USE_XAW= YES +USE_XPM= YES BUILD_DEFS+= KTERM_USE_WALLPAPER |