diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:59:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:59:10 +0000 |
commit | 1354937ede51c95cd1b38ef2e38fbf11b1779ed4 (patch) | |
tree | af75027c46c979f9b1369e382ef9139cbcf812ed /mbone/nte | |
parent | 3e01763fc4d097806388bcdcb48c1b9547cf5d93 (diff) | |
download | pkgsrc-1354937ede51c95cd1b38ef2e38fbf11b1779ed4.tar.gz |
Make this work if OBJMACHINE is set, as pointed out by Christian Hopps.
Diffstat (limited to 'mbone/nte')
-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 4c181f2c3cb..ba97fc8aa46 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:32 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:59:10 agc Exp $ # DISTNAME= nt.1.5a23 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ MAINTAINER= mycroft@NetBSD.ORG TK_DIR= ${PORTSDIR}/x11/tk80 -TK_SRC= ${TK_DIR}/work/tk8.0 +TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 DEPENDS= ${TK_DIR}:configure LIB_DEPENDS= tk80:${TK_DIR} |