diff options
author | marino <marino> | 2012-01-24 23:57:21 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-24 23:57:21 +0000 |
commit | 2483436eff0c4614143057c1c4a10405b4704991 (patch) | |
tree | 1a62f54d8a293a98669456d24f64ce9ef2e3b92d /x11 | |
parent | c33a46383ae62c2e4e1dd9d57f6c796ba3a13a19 (diff) | |
download | pkgsrc-2483436eff0c4614143057c1c4a10405b4704991.tar.gz |
x11/xfce4-notes-plugin: Fix indirect linking error on DragonFly only
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-notes-plugin/Makefile | 4 |
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" |