diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-15 10:46:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-15 10:46:26 +0800 |
commit | 32a1b5150ea19e9743b767ac70727225d443c008 (patch) | |
tree | 05c984d19b83c16e743a34e0a8b075270c6af7c8 /multimedia/vlc-devel/Makefile.inc | |
parent | 178f26e86b5608f8d9b39500ded2a9518d8c76d8 (diff) | |
download | marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.tar marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.tar.gz marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.tar.bz2 marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.tar.lz marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.tar.xz marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.tar.zst marcuscom-ports-32a1b5150ea19e9743b767ac70727225d443c008.zip |
- Update to 0.8.6.20060514
- Add support for dbus (WITHOUT_DBUS, enabled by default)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6254 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/vlc-devel/Makefile.inc')
-rw-r--r-- | multimedia/vlc-devel/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc index 1c7bed67c..b66d841ed 100644 --- a/multimedia/vlc-devel/Makefile.inc +++ b/multimedia/vlc-devel/Makefile.inc @@ -5,7 +5,7 @@ # and will be autodetected to enable # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/vlc-devel/Makefile.inc,v 1.1 2006/05/06 06:06:47 ahze Exp $ # # If you define for example WITH_FAAD and WITHOUT_FAAD # the WITHOUT_ will always over ride the WITH_. @@ -156,6 +156,9 @@ # WITHOUT_AVAHI=yes # Avahi (Rendezvous/Bonjour (R) ) networking # +# WITHOUT_DBUS=yes +# Disable d-bus support +# # WITH_DEBUG=yes # Enable debuging support # |