diff options
author | enami <enami> | 2001-07-09 02:16:59 +0000 |
---|---|---|
committer | enami <enami> | 2001-07-09 02:16:59 +0000 |
commit | 2f22eee9a71ce96fcd3d6c6baa0dc2e09cc1c30c (patch) | |
tree | dbffc2f897adc690ed7eb14cd01b1b2dcd34c758 /x11/kterm/Makefile | |
parent | c5ded9fd1d7232c95e7ae9f55b23f7fcf591c29b (diff) | |
download | pkgsrc-2f22eee9a71ce96fcd3d6c6baa0dc2e09cc1c30c.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 |