summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/xfce4-xkb-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xfce4-xkb-plugin/Makefile b/sysutils/xfce4-xkb-plugin/Makefile
index 1569b9b16c6..7c95282e0df 100644
--- a/sysutils/xfce4-xkb-plugin/Makefile
+++ b/sysutils/xfce4-xkb-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/11/01 06:02:37 sbd Exp $
+# $NetBSD: Makefile,v 1.21 2012/01/29 00:18:52 marino Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -12,5 +12,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-xkb-plugin/
COMMENT= Xfce Keyboard plugin
+LDFLAGS.DragonFly= -lX11
+
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"