summaryrefslogtreecommitdiff
path: root/x11/kterm
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-24 22:21:39 +0000
committersnj <snj@pkgsrc.org>2004-04-24 22:21:39 +0000
commitd06ba0d27c8a40a145d88e960954dc29b1ffc93b (patch)
treeca352dc806808f8b6ee854fad2849c588db086a7 /x11/kterm
parentc2250d8a8dca5433781f1328de5f7687797e0fdd (diff)
downloadpkgsrc-d06ba0d27c8a40a145d88e960954dc29b1ffc93b.tar.gz
Convert to buildlink3.
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 fd67988752b..a53faa1b995 100644
--- a/x11/kterm/Makefile
+++ b/x11/kterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/04/03 17:01:03 taca Exp $
+# $NetBSD: Makefile,v 1.30 2004/04/24 22:25:24 snj Exp $
DISTNAME= kterm-6.2.0
PKGREVISION= 7
@@ -14,7 +14,7 @@ MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= # none
COMMENT= Multi-lingual terminal emulator for X
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_IMAKE= YES
@@ -29,11 +29,11 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER
. if ${KTERM_USE_WALLPAPER} == "imlib"
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/buildlink2.mk"
+. 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 "../../graphics/xpm/buildlink2.mk"
+. include "../../graphics/xpm/buildlink3.mk"
. endif
.endif
@@ -43,5 +43,5 @@ post-patch:
@${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-xaw3d
.endif
-.include "../../mk/xaw.buildlink2.mk"
+.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"