summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/libreoffice4/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice4/options.mk b/misc/libreoffice4/options.mk
index 3e1d67c5357..99ea398a39f 100644
--- a/misc/libreoffice4/options.mk
+++ b/misc/libreoffice4/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2014/05/16 11:53:08 ryoon Exp $
+# $NetBSD: options.mk,v 1.5 2014/05/29 23:03:55 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice4
PKG_SUPPORTED_OPTIONS= java debug kde4 gtk3
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-release-build
.if !empty(PKG_OPTIONS:Mgtk3)
CONFIGURE_ARGS+= --enable-gtk3
PLIST.gtk3= yes
-.include "../../x11/gtk3+/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-gtk3
.endif