summaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-25 17:35:02 +0000
committerwiz <wiz@pkgsrc.org>2002-10-25 17:35:02 +0000
commita89562fc4e097b459736dfc7bc2208220daa4514 (patch)
tree130fdc529751b6dd373ac45ceaaf149a34252850 /editors/hexedit
parent130b08a6c93d4b8cd2a8c010d57ddc94ac864966 (diff)
downloadpkgsrc-a89562fc4e097b459736dfc7bc2208220daa4514.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 7aa17b56962..1f2958171e9 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/01/18 22:59:30 mjl Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/25 17:36:46 wiz Exp $
#
DISTNAME= hexedit-1.2.2
@@ -11,8 +11,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
COMMENT= to view and edit files in hexadecimal or ASCII
-GNU_CONFIGURE= yes
-USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
@@ -20,5 +20,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
-.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"