diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-04-07 15:28:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-04-07 15:28:57 +0000 |
commit | 1a402c1320fbabcb42a7f1957832f228bdfd7b07 (patch) | |
tree | 0cba701794082993693052252eca644e935c6b1e /mbone/nte/Makefile | |
parent | 7898d73640f48bbee6841cf9251b7a83dfc9933d (diff) | |
download | pkgsrc-1a402c1320fbabcb42a7f1957832f228bdfd7b07.tar.gz |
Remove the extra-superflous BUILD_DEPENDS (and adjust the pkg to it)
Diffstat (limited to 'mbone/nte/Makefile')
-rw-r--r-- | mbone/nte/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index e73161176f3..1a919da653d 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/01/09 01:39:37 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2000/04/07 15:28:57 hubertf Exp $ # DISTNAME= nt.1.5a23 @@ -9,12 +9,8 @@ MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/ -BUILD_DEPENDS= ${TK_SRC}/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0.5:../../x11/tk80 -TK_DIR= ${.CURDIR}/../../x11/tk80 -TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0.5 - NOT_FOR_PLATFORM= *-*-alpha # ANSI headers cause LP64 problems RESTRICTED= "Contains DES encryption" @@ -22,7 +18,6 @@ MIRROR_DISTFILE= no NO_WRKSUBDIR= yes USE_GMAKE= yes # Pass this on to our child -MAKE_ENV= TK_SRC=${TK_SRC} do-configure: cd ${WRKSRC}/netbsd && ${SH} configure @@ -40,6 +35,3 @@ pre-build: ${WRKSRC}/netbsd/hsearch.o ${WRKSRC}/netbsd/hsearch.o: ${WRKSRC}/src/hsearch.c ${CC} -I${WRKSRC}/src ${CFLAGS} -c -o $@ ${WRKSRC}/src/hsearch.c - -pre-clean: - @cd ${TK_DIR} && ${MAKE} clean |