Fri May 26 04:19:59 2017 UTC ()
bsd.prefs.mk are not needed here


(adam)
diff -r1.5 -r1.6 pkgsrc/textproc/iksemel/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/textproc/iksemel/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/iksemel/Makefile 2016/09/19 13:04:28 1.5
+++ pkgsrc/textproc/iksemel/Makefile 2017/05/26 04:19:59 1.6
@@ -1,24 +1,21 @@ @@ -1,24 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2016/09/19 13:04:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2017/05/26 04:19:59 adam Exp $
2# 
3 2
4DISTNAME= iksemel-1.4 3DISTNAME= iksemel-1.4
5PKGREVISION= 3 4PKGREVISION= 3
6CATEGORIES= textproc 5CATEGORIES= textproc
7MASTER_SITES= http://iksemel.googlecode.com/files/ 6MASTER_SITES= http://iksemel.googlecode.com/files/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://code.google.com/p/iksemel/ 9HOMEPAGE= http://code.google.com/p/iksemel/
11COMMENT= XML parser library mainly designed for Jabber applications 10COMMENT= XML parser library mainly designed for Jabber applications
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17INFO_FILES= yes 16INFO_FILES= yes
18 17
19PKGCONFIG_OVERRIDE+= iksemel.pc.in 18PKGCONFIG_OVERRIDE+= iksemel.pc.in
20 19
21.include "../../mk/bsd.prefs.mk" 
22 
23.include "../../security/gnutls/buildlink3.mk" 20.include "../../security/gnutls/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"