diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:56:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:56:01 +0000 |
commit | d52f5534ef5cbe2cb569d868276be38d57ab98aa (patch) | |
tree | defba823e5b01df6db35529f89ac5a89dcc2b60b /audio/vat | |
parent | 6b9ec1989a57ba5b5ad8585626c8b0165a585aa9 (diff) | |
download | ports-d52f5534ef5cbe2cb569d868276be38d57ab98aa.tar.gz ports-d52f5534ef5cbe2cb569d868276be38d57ab98aa.zip |
Notes
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 9c7116070559..0165b001c91c 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -3,7 +3,7 @@ # Date created: 2 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.7 1998/08/07 23:56:38 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/22 19:10:14 asami Exp $ # DISTNAME= vat-4.0b2 @@ -14,7 +14,7 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.ORG GSM_DIR= ${PORTSDIR}/audio/gsm -GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10 +GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. |