pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

io-regex: fix build



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Nov 2 20:51:47 2015 +0100
Changeset:	1b9eea8dec1443824aa364384cacbb2b4c8eba7c

Modified Files:
	io-regex/Makefile

Log Message:
io-regex: fix build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b9eea8dec1443824aa364384cacbb2b4c8eba7c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 io-regex/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/io-regex/Makefile b/io-regex/Makefile
index 1e01005..335637a 100644
--- a/io-regex/Makefile
+++ b/io-regex/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2012/11/13 23:05:28 othyro Exp $
 
-.include "../../wip/io/version.mk"
+.include "../../wip/io-base/version.mk"
 
 PKGNAME=		io-regex-${IO_VERSION}
 CATEGORIES=		devel
@@ -13,5 +13,5 @@ ADDON_NAME=			Regex
 ADDON_DEPENDS_ON_ADDONS=        Range
 
 .include "../../devel/pcre/buildlink3.mk"
-.include "../../wip/io/addon.mk"
+.include "../../wip/io-base/addon.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index