diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-08-15 04:07:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-08-15 04:07:47 +0800 |
commit | 1be9f32c6b1568619cbe97cda08eb9d20d78f114 (patch) | |
tree | 198347d7e1bce5200460310e5c6126ec0e36a776 /audio/vat | |
parent | ccef0a29fee00392db9a27693ea9e2d5d4a49081 (diff) | |
download | freebsd-ports-gnome-1be9f32c6b1568619cbe97cda08eb9d20d78f114.tar.gz freebsd-ports-gnome-1be9f32c6b1568619cbe97cda08eb9d20d78f114.tar.zst freebsd-ports-gnome-1be9f32c6b1568619cbe97cda08eb9d20d78f114.zip |
Fix breakage due to audio/gsm import.
Submitted by: pointyhat
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 70c6f56a881a..14ae80fefafe 100644 --- a/audio/vat/Makefile +++ b/audio/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. |