diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-12 14:11:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-12 14:11:33 +0800 |
commit | b5578a3985e66297536076586a5fc6facb130834 (patch) | |
tree | 40a5b491d960c921052df1f1ea0a1173789dee4b /audio/speex | |
parent | 38fbf80171be2abb3f5f2bf5405cb3f578591aa8 (diff) | |
download | freebsd-ports-gnome-b5578a3985e66297536076586a5fc6facb130834.tar.gz freebsd-ports-gnome-b5578a3985e66297536076586a5fc6facb130834.tar.zst freebsd-ports-gnome-b5578a3985e66297536076586a5fc6facb130834.zip |
Portlint:
-Use -[0-9]* in CONFLICT.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 5f96b2f86a7e..4e132553bef2 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -21,7 +21,7 @@ COMMENT= An open-source patent-free voice codec LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg -CONFLICTS= speex-devel-* +CONFLICTS= speex-devel-[0-9]* USE_GNOME= gnomehack USE_GETOPT_LONG=yes |