summaryrefslogtreecommitdiff
path: root/time/rsibreak
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 00:13:49 +0000
committermarino <marino@pkgsrc.org>2012-01-29 00:13:49 +0000
commit4795df2ecce1624d89e0e5868d9b4381b1321e3b (patch)
tree0c37d0dfcdad689ba4f67f2860bccf1b26271d96 /time/rsibreak
parentd0131bf152fe73b8f8247200d3ab87fb3a4dcb03 (diff)
downloadpkgsrc-4795df2ecce1624d89e0e5868d9b4381b1321e3b.tar.gz
time/rsibreak: Fix indirect linking error on DragonFly
Diffstat (limited to 'time/rsibreak')
-rw-r--r--time/rsibreak/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/rsibreak/Makefile b/time/rsibreak/Makefile
index f3236f39471..e9da737a716 100644
--- a/time/rsibreak/Makefile
+++ b/time/rsibreak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/01/13 10:55:34 obache Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/29 00:13:49 marino Exp $
DISTNAME= rsibreak-0.10
PKGREVISION= 8
@@ -19,6 +19,8 @@ USE_TOOLS+= msgfmt perl
USE_LANGUAGES= c c++
USE_CMAKE= yes
+LDFLAGS.DragonFly= -lX11 -lXext
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs4/buildlink3.mk"