summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-05 10:51:21 +0000
committerwiz <wiz>2005-04-05 10:51:21 +0000
commitb47f02f570df413704ce66d44e1272d22e2b6b3e (patch)
tree122c8617e8629c2303e3597f0eceffe72831bd21 /mbone
parent6ed87b86ad2819c5a19daaa0cf7dd53dc1bcc1c7 (diff)
downloadpkgsrc-b47f02f570df413704ce66d44e1272d22e2b6b3e.tar.gz
Convert to bl3, untested.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/nte/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile
index 26bdaf5714e..1461f679f32 100644
--- a/mbone/nte/Makefile
+++ b/mbone/nte/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.33 2005/04/05 10:51:21 wiz Exp $
#
DISTNAME= nt.1.5a23
@@ -10,8 +10,6 @@ MAINTAINER= mycroft@NetBSD.org
HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/
COMMENT= Multicast Network Text Editor
-DEPENDS+= tk>=8.3.2:../../x11/tk83
-
WRKSRC= ${WRKDIR}
CRYPTO= yes
USE_GNU_TOOLS+= make
@@ -20,6 +18,7 @@ USE_GNU_TOOLS+= make
do-configure:
cd ${WRKSRC}/netbsd && ${SH} configure
+.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
#DISGUSTING HACK ALERT