diff options
author | knu <knu@FreeBSD.org> | 2004-05-28 17:41:44 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-28 17:41:44 +0000 |
commit | 858c8bd41650cd85fe91e841b59f5e4ea7423cb6 (patch) | |
tree | a33c44ff27638b880928693faee513392f993c14 /audio | |
parent | 14bac66a991d70f887d656d14d0b82eb2d67eb66 (diff) | |
download | FreeBSD-ports-858c8bd41650cd85fe91e841b59f5e4ea7423cb6.zip FreeBSD-ports-858c8bd41650cd85fe91e841b59f5e4ea7423cb6.tar.gz |
This CONFLICTS with libvorbis-aotuv.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 7de13e2..b7ad1d3 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -16,6 +16,8 @@ COMMENT= Audio compression codec library LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +CONFLICTS= libvorbis-aotuv-[0-9]* + USE_LIBTOOL_VER= 13 USE_GNOME= gnomehack CONFIGURE_ARGS= --with-ogg=${LOCALBASE} |