summaryrefslogtreecommitdiff
path: root/mbone/nte/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-04-07 15:28:57 +0000
committerhubertf <hubertf>2000-04-07 15:28:57 +0000
commit1f686c46d8e4275e80dbb4786766ce33e442de9b (patch)
tree0cba701794082993693052252eca644e935c6b1e /mbone/nte/Makefile
parent810470c37f30d2c369efafa7755ebe92b4560ac2 (diff)
downloadpkgsrc-1f686c46d8e4275e80dbb4786766ce33e442de9b.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/Makefile10
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