aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-04-09 23:15:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-04-09 23:15:54 +0000
commit1ee38b716a9714cf68d1ed196eb9563be93029f6 (patch)
tree94f7f70adaa9b4588103cec0995577e264d996bd /mbone
parente16f6ce32f88e45ced47363e51265f73fa989bd9 (diff)
downloadports-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/Makefile2
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.