diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-21 15:39:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-21 15:39:12 +0000 |
commit | 606fe3ec434c7a249e83a3cfadc71703f8702b9e (patch) | |
tree | 4f6f3866ac1d7b9534e9dae59f15902370df1460 /x11 | |
parent | dd0ead19821fc26f06f9a0e976ca997a75a39edb (diff) | |
download | pkgsrc-606fe3ec434c7a249e83a3cfadc71703f8702b9e.tar.gz |
Comment out support for KTERM_USE_WALLPAPER=YES because the distfile
disappeared.
Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz.
Addresses part of PR 42493.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kterm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index a13004e8c89..05eb67aac17 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2010/01/18 09:59:41 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2010/02/21 15:39:12 wiz Exp $ DISTNAME= kterm-6.2.0 PKGREVISION= 13 @@ -29,10 +29,10 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER SITES.KTerm-BGP-Imlib-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ PATCHFILES+= KTerm-BGP-Imlib-1.0.patch.gz . include "../../graphics/imlib/buildlink3.mk" -. elif ${KTERM_USE_WALLPAPER} == "YES" -SITES.KTerm-BGP-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ -PATCHFILES+= KTerm-BGP-1.0.patch.gz -. include "../../x11/libXpm/buildlink3.mk" +#. elif ${KTERM_USE_WALLPAPER} == "YES" +#SITES.KTerm-BGP-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/ +#PATCHFILES+= KTerm-BGP-1.0.patch.gz +#. include "../../x11/libXpm/buildlink3.mk" . endif .endif |