diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 19:19:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 19:19:05 +0000 |
commit | 99d67277030802b7b21b411aa774d3a6c980f425 (patch) | |
tree | f4b062bd6d1b649a469e261a986e231f6992a757 /editors | |
parent | 657b09e82615fbcb2bfdbc80705be60c1830d9fb (diff) | |
download | pkgsrc-99d67277030802b7b21b411aa774d3a6c980f425.tar.gz |
Whoops, no, exactly the same, misread something.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xournal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xournal/Makefile b/editors/xournal/Makefile index 864aeee118e..583a3b5405b 100644 --- a/editors/xournal/Makefile +++ b/editors/xournal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/06/23 19:18:22 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2012/06/23 19:19:05 dholland Exp $ DISTNAME= xournal-0.4.5 PKGREVISION= 7 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config msgfmt PKG_DESTDIR_SUPPORT= user-destdir LDFLAGS.DragonFly= -lX11 -lz -lm -LDFLAGS.SunOS= -lz -lm +LDFLAGS.SunOS= -lX11 -lz -lm .include "../../graphics/libgnomecanvas/buildlink3.mk" .include "../../print/poppler-glib/buildlink3.mk" |