From 8a909b4225ef9be1794cc489c15ed1a317518812 Mon Sep 17 00:00:00 2001 From: sborrill Date: Mon, 3 Oct 2011 17:01:06 +0000 Subject: Switch to using version number from version.mk. Conflict with xenstoretools. OK cegger@ --- sysutils/xentools41/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sysutils/xentools41') diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index 6d9cc36319a..4120bb0e8c3 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/06/16 13:40:06 cegger Exp $ +# $NetBSD: Makefile,v 1.11 2011/10/03 17:01:06 sborrill Exp $ # -VERSION= 4.1.1 +# VERSION is set in version.mk as it is shared with other packages +.include "version.mk" + DISTNAME= xen-${VERSION} PKGNAME= xentools41-${VERSION} #PKGREVISION= 1 @@ -33,6 +35,7 @@ ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 CONFLICTS+= libxen-[0-9]* CONFLICTS+= xentools20-[0-9]* CONFLICTS+= xentools3* +CONFLICTS+= xenstoretools-* WRKSRC= ${WRKDIR}/xen-${VERSION}/tools CHECK_PORTABILITY_SKIP= examples/* -- cgit v1.2.3