Sun Jan 29 21:00:13 2012 UTC ()
editors/tea: Fix indirect linking error on DragonFly


(marino)
diff -r1.15 -r1.16 pkgsrc/editors/tea/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/editors/tea/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/tea/Makefile 2012/01/24 09:11:02 1.15
+++ pkgsrc/editors/tea/Makefile 2012/01/29 21:00:13 1.16
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.15 2012/01/24 09:11:02 sbd Exp $ 1# $NetBSD: Makefile,v 1.16 2012/01/29 21:00:13 marino Exp $
2# 2#
3 3
4DISTNAME= tea-16.0.5 4DISTNAME= tea-16.0.5
5PKGREVISION= 11 5PKGREVISION= 11
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://tea-editor.sourceforge.net/ 11HOMEPAGE= http://tea-editor.sourceforge.net/
12#HOMEPAGE= http://tea.linux.kiev.ua/ 12#HOMEPAGE= http://tea.linux.kiev.ua/
13COMMENT= Powerful, easy-to-use text editor for Gtk2 13COMMENT= Powerful, easy-to-use text editor for Gtk2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= pkg-config msgfmt 19USE_TOOLS+= pkg-config msgfmt
 20LDFLAGS.DragonFly= -lX11 -lm
20 21
21.include "options.mk" 22.include "options.mk"
22 23
23.include "../../x11/gtk2/buildlink3.mk" 24.include "../../x11/gtk2/buildlink3.mk"
24 25
25.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"