summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 21:01:05 +0000
committermarino <marino>2012-01-29 21:01:05 +0000
commite78c37c28e87bda2319a82cb8637c38a1de6f1fa (patch)
tree5abcce5e79bb3e3e4706f4b94f67659457fd0545 /editors
parent2bfefa38a519c23455df72d85aa0d7ba394b0d30 (diff)
downloadpkgsrc-e78c37c28e87bda2319a82cb8637c38a1de6f1fa.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"