Sun Jan 29 10:09:30 2012 UTC ()
print/imposter: Fix indirect linking error on DragonFly


(marino)
diff -r1.23 -r1.24 pkgsrc/print/imposter/Makefile

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

--- pkgsrc/print/imposter/Makefile 2011/11/01 06:02:25 1.23
+++ pkgsrc/print/imposter/Makefile 2012/01/29 10:09:29 1.24
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.23 2011/11/01 06:02:25 sbd Exp $ 1# $NetBSD: Makefile,v 1.24 2012/01/29 10:09:29 marino Exp $
2# 2#
3 3
4DISTNAME= imposter-0.3 4DISTNAME= imposter-0.3
5PKGREVISION= 10 5PKGREVISION= 10
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
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= gmake msgfmt pkg-config 16USE_TOOLS+= gmake msgfmt pkg-config
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18 18
 19LDFLAGS.DragonFly= -lm
 20
19.include "../../devel/gettext-lib/buildlink3.mk" 21.include "../../devel/gettext-lib/buildlink3.mk"
20.include "../../x11/gtk2/buildlink3.mk" 22.include "../../x11/gtk2/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"