diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-14 20:07:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-14 20:07:47 +0000 |
commit | 4c455574a8f963e767fe8d9f68d00aaeab55067c (patch) | |
tree | b8acc8acdc8db36edc6e39610a66de1a65b8883b /mbone | |
parent | 42dfee82745bcf4b63b204a4d5557f1899cc27db (diff) | |
download | ports-4c455574a8f963e767fe8d9f68d00aaeab55067c.tar.gz ports-4c455574a8f963e767fe8d9f68d00aaeab55067c.zip |
Notes
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 70c6f56a881a..14ae80fefafe 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -16,7 +16,7 @@ MAINTAINER= fenner@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing GSM_DIR= ${.CURDIR}/../../audio/gsm -GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 +GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. |