diff options
author | agc <agc@pkgsrc.org> | 1998-09-15 17:05:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-15 17:05:04 +0000 |
commit | aaf5955178c6caf930db329731cd58dd4a22ed82 (patch) | |
tree | 48ae37e9d777cd9f9314459490224420971e45c6 /mbone/vat | |
parent | 9050bdb93146490b7110b6fd84da6a7ce5bf8516 (diff) | |
download | pkgsrc-aaf5955178c6caf930db329731cd58dd4a22ed82.tar.gz |
Modifications for a read-only pkgsrc (but writable WRKOBJDIR).
Diffstat (limited to 'mbone/vat')
-rw-r--r-- | mbone/vat/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 60d9b3b7de6..3bc507450d1 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/20 15:17:11 tsarna Exp $ +# $NetBSD: Makefile,v 1.16 1998/09/15 17:05:06 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -17,7 +17,15 @@ BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build DEPENDS+= tk-8.0p2:../../x11/tk80 #DEPENDS+= gsm-1.0.10:${GSM_DIR} -GSM_DIR= ${PKGSRCDIR}/audio/gsm +.include "../../mk/bsd.prefs.mk" + +.ifdef WRKOBJDIR +BUILD_ROOT= ${WRKOBJDIR} +.else +BUILD_ROOT= ${PKGSRCDIR} +.endif + +GSM_DIR= ${BUILD_ROOT}/audio/gsm GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 GNU_CONFIGURE= yes |