diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-09 23:15:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-09 23:15:54 +0000 |
commit | 1ee38b716a9714cf68d1ed196eb9563be93029f6 (patch) | |
tree | 94f7f70adaa9b4588103cec0995577e264d996bd /mbone | |
parent | e16f6ce32f88e45ced47363e51265f73fa989bd9 (diff) | |
download | ports-1ee38b716a9714cf68d1ed196eb9563be93029f6.tar.gz ports-1ee38b716a9714cf68d1ed196eb9563be93029f6.zip |
- Fix gsm workdir path after audio/gsm update
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=231964
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index cc85e2619033..d1d8c616f656 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing GSM_DIR= ${.CURDIR}/../../audio/gsm -GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12 +GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl13 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. |