[Midnightbsd-cvs] mports: Makefile: This doesn't make sense on the sun, so just limit to

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 31 11:35:13 EDT 2008


Log Message:
-----------
This doesn't make sense on the sun, so just limit to x86 like archs

Modified Files:
--------------
    mports/x11-drivers/xf86-input-vmmouse:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-drivers/xf86-input-vmmouse/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-drivers/xf86-input-vmmouse/Makefile -L x11-drivers/xf86-input-vmmouse/Makefile -u -r1.1 -r1.2
--- x11-drivers/xf86-input-vmmouse/Makefile
+++ x11-drivers/xf86-input-vmmouse/Makefile
@@ -8,12 +8,15 @@
 
 PORTNAME=	xf86-input-vmmouse
 PORTVERSION=	12.4.3
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	X.Org vmmouse input driver
 LICENSE=	x11
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 XORG_CAT=	driver
 MAN4=		vmmouse.4x
 


More information about the Midnightbsd-cvs mailing list