diff options
author | enami <enami@pkgsrc.org> | 2001-07-13 05:47:26 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2001-07-13 05:47:26 +0000 |
commit | 6a4ab80c2c0986b908b6ffefa713f87cc6583486 (patch) | |
tree | c589420811a6e0d124315f94045bb22c1fd53635 /x11/kterm | |
parent | 0ff2b22b74dfe3f51f79d963056edf8d07227781 (diff) | |
download | pkgsrc-6a4ab80c2c0986b908b6ffefa713f87cc6583486.tar.gz |
Make previous commit happy with buildlink-fied imlib.
Diffstat (limited to 'x11/kterm')
-rw-r--r-- | x11/kterm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 09c9677bfd0..6a65e0fbe69 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/09 02:16:59 enami Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/13 05:47:26 enami Exp $ DISTNAME= kterm-6.2.0 CATEGORIES= x11 @@ -22,9 +22,11 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER XAW_TYPE?= standard .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 +BUILDLINK_DEPENDS.imlib?= imlib>=1.9.4 +USE_BUILDLINK_ONLY= YES +.include "../../graphics/imlib/buildlink.mk" .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/ |