diff options
author | sf <sf@FreeBSD.org> | 2001-03-03 06:07:37 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-03 06:07:37 +0800 |
commit | 849d1dac70dcae3331ed39b6ca0b34d25d0a162e (patch) | |
tree | 10270f27c2852807518f3a7c300fa0a6b8220618 /audio/vorbis | |
parent | 222224560b7e8e854beb480e5b33b9c963270530 (diff) | |
download | freebsd-ports-gnome-849d1dac70dcae3331ed39b6ca0b34d25d0a162e.tar.gz freebsd-ports-gnome-849d1dac70dcae3331ed39b6ca0b34d25d0a162e.tar.zst freebsd-ports-gnome-849d1dac70dcae3331ed39b6ca0b34d25d0a162e.zip |
o respect CFLAGS (libao, libogg, libvorbis)
o add ESOUND and KDE2 knob. (libao)
o add WWW. (libogg)
o get rid of xmms dependency. (vorbis)
Approved by: maintainer
Diffstat (limited to 'audio/vorbis')
-rw-r--r-- | audio/vorbis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index b662ce73b329..982e0cbb2a3c 100644 --- a/audio/vorbis/Makefile +++ b/audio/vorbis/Makefile @@ -18,13 +18,12 @@ MAINTAINER= t.vanklaveren@student.utwente.nl LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \ ogg.1:${PORTSDIR}/audio/libogg \ vorbis.0:${PORTSDIR}/audio/libvorbis -RUN_DEPENDS= ${X11BASE}/lib/xmms/Input/libvorbis.so:${PORTSDIR}/audio/vorbis-xmms \ - ogg123:${PORTSDIR}/audio/vorbis-tools +RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools MD5_FILE= Makefile # dummy NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist -SUBPORTS= libao libogg libvorbis vorbis-tools vorbis-xmms +SUBPORTS= libao libogg libvorbis vorbis-tools pre-install: ${ECHO} "@comment intentionally left empty" > ${PLIST} |