summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-24 23:57:21 +0000
committermarino <marino@pkgsrc.org>2012-01-24 23:57:21 +0000
commit222af770b950602a89fc245387c4bd17fd856939 (patch)
tree1a62f54d8a293a98669456d24f64ce9ef2e3b92d /x11
parentd80086500547f000b4aaae67e8b0e9dede877d5d (diff)
downloadpkgsrc-222af770b950602a89fc245387c4bd17fd856939.tar.gz
x11/xfce4-notes-plugin: Fix indirect linking error on DragonFly only
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-notes-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xfce4-notes-plugin/Makefile b/x11/xfce4-notes-plugin/Makefile
index 70816ae3549..5b073b0735c 100644
--- a/x11/xfce4-notes-plugin/Makefile
+++ b/x11/xfce4-notes-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/11/01 06:03:11 sbd Exp $
+# $NetBSD: Makefile,v 1.23 2012/01/24 23:57:21 marino Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -12,5 +12,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-notes-plugin/
COMMENT= Xfce notes plugin
+LDFLAGS.DragonFly= -lm -lX11
+
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"