diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-11 16:48:30 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-11 16:48:30 +0800 |
commit | 653229f375212f1b95ea2d8b97ed7c6d12284fcf (patch) | |
tree | 3d69871d833c95359c8dd057e5c1315aadcb96ee /audio | |
parent | 1551b7ba3d3f91c006f72f505fa7587e60bef963 (diff) | |
download | freebsd-ports-gnome-653229f375212f1b95ea2d8b97ed7c6d12284fcf.tar.gz freebsd-ports-gnome-653229f375212f1b95ea2d8b97ed7c6d12284fcf.tar.zst freebsd-ports-gnome-653229f375212f1b95ea2d8b97ed7c6d12284fcf.zip |
Add CONFLICTS to speex-devel
Approved by: pav (co mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 2c1d373d7ef1..92cc83655c6c 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -18,6 +18,8 @@ COMMENT= An open-source patent-free voice codec LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +CONFLICTS= speex-devel-* + USE_GNOME= gnomehack USE_GETOPT_LONG= yes USE_REINPLACE= yes |