Sun Feb 9 00:26:50 2014 UTC ()
Add missing lib for SunOS


(wiedi)
diff -r1.37 -r1.38 pkgsrc/print/imposter/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/print/imposter/Makefile (expand / switch to unified diff)

--- pkgsrc/print/imposter/Makefile 2013/10/10 14:42:30 1.37
+++ pkgsrc/print/imposter/Makefile 2014/02/09 00:26:50 1.38
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.37 2013/10/10 14:42:30 ryoon Exp $ 1# $NetBSD: Makefile,v 1.38 2014/02/09 00:26:50 wiedi Exp $
2# 2#
3 3
4DISTNAME= imposter-0.3 4DISTNAME= imposter-0.3
5PKGREVISION= 22 5PKGREVISION= 22
6CATEGORIES= print 6CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imposter/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imposter/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://imposter.sourceforge.net/ 10HOMEPAGE= http://imposter.sourceforge.net/
11COMMENT= Standalone OpenOffice presentations viewer using GTK2 11COMMENT= Standalone OpenOffice presentations viewer using GTK2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= gmake msgfmt pkg-config 14USE_TOOLS+= gmake msgfmt pkg-config
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16 16
17LDFLAGS.DragonFly= -lm 17LDFLAGS.DragonFly= -lm
 18LDFLAGS.SunOS+= -lm
18 19
19.include "../../devel/gettext-lib/buildlink3.mk" 20.include "../../devel/gettext-lib/buildlink3.mk"
20.include "../../x11/gtk2/buildlink3.mk" 21.include "../../x11/gtk2/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"