summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-xkb-plugin
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 00:18:52 +0000
committermarino <marino@pkgsrc.org>2012-01-29 00:18:52 +0000
commitdc02e7d863e26fa47fce265fd2af983019a31b67 (patch)
treee74f63ca70f6ac214d78eb7cc15008a668907047 /sysutils/xfce4-xkb-plugin
parentd2ddb5259177db052e4b30c8bb3a2d865cc08730 (diff)
downloadpkgsrc-dc02e7d863e26fa47fce265fd2af983019a31b67.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"