Tue Feb 9 03:37:38 2016 UTC ()
Make sure we get the re2 buildlink3.mk file from the right place


(agc)
diff -r1.1 -r1.2 pkgsrc/devel/cre2/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/cre2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cre2/Makefile 2016/02/08 05:48:07 1.1
+++ pkgsrc/devel/cre2/Makefile 2016/02/09 03:37:38 1.2
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.1 2016/02/08 05:48:07 agc Exp $ 1# $NetBSD: Makefile,v 1.2 2016/02/09 03:37:38 agc Exp $
2 2
3DISTNAME= cre2 3DISTNAME= cre2
4PKGNAME= cre2-0.1b6 4PKGNAME= cre2-0.1b6
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=marcomaggi/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=marcomaggi/}
7GITHUB_TAG= 0.1b6 7GITHUB_TAG= 0.1b6
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/google/re2 10HOMEPAGE= https://github.com/google/re2
11COMMENT= C wrapper for re2 regular expression library 11COMMENT= C wrapper for re2 regular expression library
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --enable-maintainer-mode 15CONFIGURE_ARGS+= --enable-maintainer-mode
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
18USE_TOOLS+= autoconf autoreconf automake gmake makeinfo 18USE_TOOLS+= autoconf autoreconf automake gmake makeinfo
19 19
20INFO_FILES= yes 20INFO_FILES= yes
21 21
22pre-configure: 22pre-configure:
23 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh 23 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
24 24
25.include "../../local/re2/buildlink3.mk" 25.include "../../devel/re2/buildlink3.mk"
26 26
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"