summaryrefslogtreecommitdiff
path: root/x11/kterm
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-01-06 22:41:23 +0000
committerfredb <fredb@pkgsrc.org>2002-01-06 22:41:23 +0000
commitcc2870db1dee3d15abb4a5ac3386e76f6c9e9a49 (patch)
treed3e5dbf53bdaec3566a5139c3b601599317a57a0 /x11/kterm
parentdb38ecba2c84901dd420b8afc9ce340304d4e929 (diff)
downloadpkgsrc-cc2870db1dee3d15abb4a5ac3386e76f6c9e9a49.tar.gz
PATCH_SITES_foo becomes SITES_foo.
Diffstat (limited to 'x11/kterm')
-rw-r--r--x11/kterm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile
index c90561d3e7e..6793470ec1c 100644
--- a/x11/kterm/Makefile
+++ b/x11/kterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/12/02 21:29:21 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2002/01/06 22:41:23 fredb Exp $
DISTNAME= kterm-6.2.0
CATEGORIES= x11
@@ -20,13 +20,13 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER
.if defined(KTERM_USE_WALLPAPER)
.if ${KTERM_USE_WALLPAPER} == "imlib"
-PATCH_SITES_KTerm-BGP-Imlib-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/
+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
BUILDLINK_DEPENDS.imlib?= imlib>=1.9.4
USE_CONFIG_WRAPPER= YES
.include "../../graphics/imlib/buildlink.mk"
.elif ${KTERM_USE_WALLPAPER} == "YES"
-PATCH_SITES_KTerm-BGP-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/
+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 "../../graphics/xpm/buildlink.mk"
.endif