diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
commit | 26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch) | |
tree | 5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /audio/moc | |
parent | 0f28824a015ef202713615ac0e4f0947c451f48b (diff) | |
download | ports-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.gz ports-26a0087e1eae735cc4087f82bd23ea56b71909e4.zip |
Notes
Diffstat (limited to 'audio/moc')
-rw-r--r-- | audio/moc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index ce92f2bdb0c2..261766bed748 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -7,6 +7,7 @@ PORTNAME= moc PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -97,7 +98,7 @@ CONFIGURE_ARGS+= --without-sndfile .endif .if defined(WITH_SPEEX) -LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex +LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex PLIST_FILES+= lib/moc/decoder_plugins/libspeex_decoder.la \ lib/moc/decoder_plugins/libspeex_decoder.so .else |