diff options
-rw-r--r-- | mbone/nte/Makefile | 6 | ||||
-rw-r--r-- | mbone/vat/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 76423b25f88..98c3346b294 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/08 21:25:00 hubertf Exp $ # DISTNAME= nt.1.5a23 @@ -8,10 +8,10 @@ MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ MAINTAINER= mycroft@NetBSD.ORG -TK_DIR= ../../x11/tk80 +TK_DIR= ${PKGSRCDIR}/x11/tk80 TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 -BUILD_DEPENDS= ../../x11/tk80/${WRKDIR:T}/tk8.0/generic/default.h:${TK_DIR}:configure +BUILD_DEPENDS= ${PKGSRCDIR}/x11/tk80/${WRKDIR:T}/tk8.0/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0p2:../../x11/tk80 RESTRICTED= "Contains DES encryption" diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 5a485db4d59..04208c66191 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/08 21:28:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -9,7 +9,7 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= mycroft@NetBSD.ORG -GSM_DIR= ../../audio/gsm +GSM_DIR= ${PKGSRCDIR}/audio/gsm GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then |