diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 05:49:38 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 05:49:38 +0800 |
commit | 26b04027d9e9abba071f5068f10313a9df714e9f (patch) | |
tree | e779cfa398477f83038e4529009f6da1e1d968b0 /multimedia/vlc-devel | |
parent | 07301533b4792dc130e184d08b27bc0bb9c8ba47 (diff) | |
download | freebsd-ports-gnome-26b04027d9e9abba071f5068f10313a9df714e9f.tar.gz freebsd-ports-gnome-26b04027d9e9abba071f5068f10313a9df714e9f.tar.zst freebsd-ports-gnome-26b04027d9e9abba071f5068f10313a9df714e9f.zip |
Portlint:
-Add '-[0-9]*' in CONFLICTS for not get in conflict by itself.
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 7983c7359d58..d7c1948989a3 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -62,7 +62,7 @@ OPTIONS+= VORBIS "Vorbis support" On OPTIONS+= WIN32_CODECS "win32 multimedia DLL's" Off OPTIONS+= X264 "Enable H.264/AVC codec support" On -CONFLICTS= vlc-* +CONFLICTS= vlc-[0-9]* WITH_VLC_DEFAULT_FONT?= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf |