summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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