diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-20 07:22:05 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-20 07:22:05 +0000 |
commit | c68a7d9d2f0b166d427af151217b6d5f684db57a (patch) | |
tree | 2ef2600492387bffba9d1e8af22869889cacd383 /mbone | |
parent | c78df3335bfb2bd793c1a9f620ff5e4b715c6092 (diff) | |
download | pkgsrc-c68a7d9d2f0b166d427af151217b6d5f684db57a.tar.gz |
We only need the tk working directory extracted and configured, not built.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/nte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 67beb3f6148..1ad29b51277 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -3,7 +3,7 @@ # Date created: 5 September 1996 # Whom: mycroft # -# $NetBSD: Makefile,v 1.1 1998/03/06 02:18:07 mycroft Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/20 07:22:05 mycroft Exp $ # DISTNAME= nt.1.5a23 @@ -16,7 +16,7 @@ MAINTAINER= mycroft@NetBSD.ORG TK_DIR= ${PORTSDIR}/x11/tk80 TK_SRC= ${TK_DIR}/work/tk8.0 -DEPENDS= ${TK_DIR} +DEPENDS= ${TK_DIR}:configure LIB_DEPENDS= tk80:${TK_DIR} RESTRICTED= "Contains DES encryption" |