summaryrefslogtreecommitdiff
path: root/multimedia/vlc08
diff options
context:
space:
mode:
authorjoerg <joerg>2008-09-22 20:21:03 +0000
committerjoerg <joerg>2008-09-22 20:21:03 +0000
commitb83dcb9a2b511329bfbe30d51142d5645a2dcea6 (patch)
tree1fd2abb8dfde59262f503d38bee254bb6608fc4e /multimedia/vlc08
parent32a0ad80a1746fb12693bdb9d87f3e5309688a7b (diff)
downloadpkgsrc-b83dcb9a2b511329bfbe30d51142d5645a2dcea6.tar.gz
Switch to x11/wxGTK26{,-contrib}.
Diffstat (limited to 'multimedia/vlc08')
-rw-r--r--multimedia/vlc08/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc08/options.mk b/multimedia/vlc08/options.mk
index 0ea11d96783..9b57eb7246e 100644
--- a/multimedia/vlc08/options.mk
+++ b/multimedia/vlc08/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/09/08 18:42:21 ahoka Exp $
+# $NetBSD: options.mk,v 1.2 2008/09/22 20:21:04 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vlc
PKG_SUPPORTED_OPTIONS= skins wxwidgets faad arts
@@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --disable-skins2
.endif
.if !empty(PKG_OPTIONS:Mwxwidgets)
-.include "../../x11/wxGTK/buildlink3.mk"
+.include "../../x11/wxGTK26/buildlink3.mk"
CONFIGURE_ARGS+= --enable-wxwidgets
PLIST.wxwidgets= yes
.else