diff options
author | wiz <wiz> | 2005-04-05 10:51:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-05 10:51:21 +0000 |
commit | f5303b7dcee353e7aa206297122b3db2ebd0f576 (patch) | |
tree | 122c8617e8629c2303e3597f0eceffe72831bd21 /mbone/nte | |
parent | 66fa83939e35bd0d2d043ef0ea63fbb18944519d (diff) | |
download | pkgsrc-f5303b7dcee353e7aa206297122b3db2ebd0f576.tar.gz |
Convert to bl3, untested.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 5 |
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 |