summaryrefslogtreecommitdiff
path: root/editors/biew
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:03:29 +0000
committersnj <snj>2004-04-11 08:03:29 +0000
commitdf33abb5a8be5f62c103e15900f018d800682cd1 (patch)
tree58635f92996cb76bf31c054ae77ec6a8b04d1391 /editors/biew
parent22c90dca8f760e2271362c92fb5e58e80fc794f0 (diff)
downloadpkgsrc-df33abb5a8be5f62c103e15900f018d800682cd1.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors/biew')
-rw-r--r--editors/biew/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 7cc9ab34aca..7003d79ab1f 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/11 08:05:36 snj Exp $
#
DISTNAME= biew-550
@@ -13,7 +13,7 @@ COMMENT= Binary viewer/editor
ONLY_FOR_PLATFORM= *-*-i386
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
MAKEFILE= makefile
@@ -28,5 +28,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/standard.skn ${PREFIX}/share/biew
${INSTALL_DATA} ${WRKSRC}/doc/biew_en.txt ${PREFIX}/share/doc/biew
-.include "../../devel/libslang/buildlink2.mk"
+.include "../../devel/libslang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"