diff options
author | marino <marino> | 2012-01-29 00:18:52 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-29 00:18:52 +0000 |
commit | 2aa818726f3c8761ecda5701d75cff3b7454363c (patch) | |
tree | e74f63ca70f6ac214d78eb7cc15008a668907047 /sysutils | |
parent | c273bc19b65a4777d9690bc2af67cda728e3dc60 (diff) | |
download | pkgsrc-2aa818726f3c8761ecda5701d75cff3b7454363c.tar.gz |
sysutils/xfce4-xkb-plugin: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-xkb-plugin/Makefile | 4 |
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" |