diff options
author | enami <enami@pkgsrc.org> | 2001-07-09 02:16:59 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2001-07-09 02:16:59 +0000 |
commit | c53fa4b1e887b040e290f0145578498dfcc6ac8d (patch) | |
tree | dbffc2f897adc690ed7eb14cd01b1b2dcd34c758 /x11/kterm/Makefile | |
parent | 228ae2000961a9e7bbc9079ef6c6fb61de5e83b1 (diff) | |
download | pkgsrc-c53fa4b1e887b040e290f0145578498dfcc6ac8d.tar.gz |
Allow to use imlib based wallpaper patch.
Diffstat (limited to 'x11/kterm/Makefile')
-rw-r--r-- | x11/kterm/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index ad6f23391d6..09c9677bfd0 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/07/06 05:32:09 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2001/07/09 02:16:59 enami Exp $ DISTNAME= kterm-6.2.0 CATEGORIES= x11 @@ -21,7 +21,11 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER XAW_TYPE?= standard -.if defined(KTERM_USE_WALLPAPER) && ${KTERM_USE_WALLPAPER} == YES +.if defined(KTERM_USE_WALLPAPER) && ${KTERM_USE_WALLPAPER} == imlib +DEPENDS+= imlib>=1.9.4:../../graphics/imlib +PATCH_SITES+= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ +PATCHFILES+= KTerm-BGP-Imlib-1.0.patch.gz +.elif defined(KTERM_USE_WALLPAPER) && ${KTERM_USE_WALLPAPER} == YES USE_XPM= YES PATCH_SITES+= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ PATCHFILES+= KTerm-BGP-1.0.patch.gz |