summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 21:01:05 +0000
committermarino <marino@pkgsrc.org>2012-01-29 21:01:05 +0000
commit9e50f5f973d90baf88479604c30e50d2f09200f2 (patch)
tree5abcce5e79bb3e3e4706f4b94f67659457fd0545 /editors
parentc399c65e76b43218de974d516269807ab5f4a00e (diff)
downloadpkgsrc-9e50f5f973d90baf88479604c30e50d2f09200f2.tar.gz
editors/xournal: Fix indirect linking error on DragonFly
Diffstat (limited to 'editors')
-rw-r--r--editors/xournal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xournal/Makefile b/editors/xournal/Makefile
index 078c9671c7d..c45bf70057a 100644
--- a/editors/xournal/Makefile
+++ b/editors/xournal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/11/01 06:01:08 sbd Exp $
+# $NetBSD: Makefile,v 1.7 2012/01/29 21:01:05 marino Exp $
DISTNAME= xournal-0.4.5
PKGREVISION= 4
@@ -17,6 +17,8 @@ USE_TOOLS+= pkg-config msgfmt
PKG_DESTDIR_SUPPORT= user-destdir
+LDFLAGS.DragonFly= -lX11 -lz -lm
+
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"