summaryrefslogtreecommitdiff
path: root/x11/kterm
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-21 15:39:12 +0000
committerwiz <wiz>2010-02-21 15:39:12 +0000
commit10b95ba3caea10325c0b7b8099978bf74ca9db2a (patch)
tree4f6f3866ac1d7b9534e9dae59f15902370df1460 /x11/kterm
parent75319f21f359022ce4a45cb06469742914b6f4de (diff)
downloadpkgsrc-10b95ba3caea10325c0b7b8099978bf74ca9db2a.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/kterm')
-rw-r--r--x11/kterm/Makefile10
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