diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-26 21:49:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-26 21:49:38 +0000 |
commit | ad6f70a5c1ba66c212e3e58a32e72977d352d34f (patch) | |
tree | 4679665faa32d341f86ef7819a6d5a31438bc6e6 /multimedia | |
parent | 3bccefcfc3f37a842ac26c736199c99eb67d01e0 (diff) | |
download | ports-ad6f70a5c1ba66c212e3e58a32e72977d352d34f.tar.gz ports-ad6f70a5c1ba66c212e3e58a32e72977d352d34f.zip |
Notes
Diffstat (limited to 'multimedia')
-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 |