summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-xkb-plugin
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 00:18:52 +0000
committermarino <marino>2012-01-29 00:18:52 +0000
commit49d0dc45c6bb05e0a50f153c728f4d3e31d7041f (patch)
treee74f63ca70f6ac214d78eb7cc15008a668907047 /sysutils/xfce4-xkb-plugin
parent2b23df411f7f62fa20793dafda9ddea487411b0f (diff)
downloadpkgsrc-49d0dc45c6bb05e0a50f153c728f4d3e31d7041f.tar.gz
sysutils/xfce4-xkb-plugin: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils/xfce4-xkb-plugin')
-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"