diff options
author | feld <feld@FreeBSD.org> | 2015-04-07 02:03:13 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-07 02:03:13 +0800 |
commit | edc675592feef046cbf52868c0724f3d6c26e768 (patch) | |
tree | 50be8a1365d4449b1206addaddf568502cfb3c1d /sysutils | |
parent | 35485bcea5111aa1f59f7c3df4847c119bb7800a (diff) | |
download | freebsd-ports-gnome-edc675592feef046cbf52868c0724f3d6c26e768.tar.gz freebsd-ports-gnome-edc675592feef046cbf52868c0724f3d6c26e768.tar.zst freebsd-ports-gnome-edc675592feef046cbf52868c0724f3d6c26e768.zip |
Add CONFLICTS with xen-tools
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xen-guest-tools/Makefile | 4 |
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" |