diff options
-rw-r--r-- | editors/xournal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xournal/Makefile b/editors/xournal/Makefile index 9c384cfc88d..864aeee118e 100644 --- a/editors/xournal/Makefile +++ b/editors/xournal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:43:48 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/23 19:18:22 dholland Exp $ DISTNAME= xournal-0.4.5 PKGREVISION= 7 @@ -18,6 +18,7 @@ USE_TOOLS+= pkg-config msgfmt PKG_DESTDIR_SUPPORT= user-destdir LDFLAGS.DragonFly= -lX11 -lz -lm +LDFLAGS.SunOS= -lz -lm .include "../../graphics/libgnomecanvas/buildlink3.mk" .include "../../print/poppler-glib/buildlink3.mk" |