diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-09 20:05:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-09 20:05:51 +0000 |
commit | 3df9d4f00b7184d35c61f1c6dc7cb6eb39be9ceb (patch) | |
tree | 4226f9a8331322a8d91e16ea3f2bf0163a718682 | |
parent | - Remove references to the no longer existing website (diff) |
- Fix build (adding missing xpm)
PR: 132099
Submitted by: Matt Dawson <matt@chronos.org.uk>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=229786
-rw-r--r-- | multimedia/vlc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 6eac7e5463ad..aa9ca9f25461 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -63,6 +63,7 @@ OPTIONS+= X264 "Enable H.264/AVC codec support" On USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes +USE_XORG= xpm WANT_GNOME= yes USE_GNOME= gnomehack gnometarget libxml2 WANT_SDL= yes |