aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xen-guest-tools
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-04-06 18:03:13 +0000
committerMark Felder <feld@FreeBSD.org>2015-04-06 18:03:13 +0000
commit7c6152e87eead2b9989895eb712f3406ce3ec5c1 (patch)
tree50be8a1365d4449b1206addaddf568502cfb3c1d /sysutils/xen-guest-tools
parent65d6306f4814433c323df3f7f7f887e4fa56afc4 (diff)
downloadports-7c6152e87eead2b9989895eb712f3406ce3ec5c1.tar.gz
ports-7c6152e87eead2b9989895eb712f3406ce3ec5c1.zip
Add CONFLICTS with xen-tools
Notes
Notes: svn path=/head/; revision=383461
Diffstat (limited to 'sysutils/xen-guest-tools')
-rw-r--r--sysutils/xen-guest-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xen-guest-tools/Makefile b/sysutils/xen-guest-tools/Makefile
index 5721460cf574..70f2dd90f990 100644
--- a/sysutils/xen-guest-tools/Makefile
+++ b/sysutils/xen-guest-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xen-guest-tools
PORTVERSION= 4.2.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= sysutils
DISTNAME= xen-${PORTVERSION}
@@ -24,6 +24,8 @@ CONFIGURE_ENV+= PYTHON=${PYTHON_CMD} PYTHON_PATH=${PYTHON_CMD}
CONFIGURE_ENV+= APPEND_LIB="${LOCALBASE}/lib"
USE_LDCONFIG= yes
+CONFLICTS= xen-tools-[0-9]*
+
ONLY_FOR_ARCHS= amd64 i386 ia64
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64, i386, or ia64"