Mon Apr 27 14:47:49 2015 UTC ()
Needs c99.


(jperkin)
diff -r1.17 -r1.18 pkgsrc/x11/xf86-input-vmmouse/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/x11/xf86-input-vmmouse/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-input-vmmouse/Makefile 2015/04/25 14:25:21 1.17
+++ pkgsrc/x11/xf86-input-vmmouse/Makefile 2015/04/27 14:47:49 1.18
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.17 2015/04/25 14:25:21 tnn Exp $ 1# $NetBSD: Makefile,v 1.18 2015/04/27 14:47:49 jperkin Exp $
2 2
3DISTNAME= xf86-input-vmmouse-13.0.0 3DISTNAME= xf86-input-vmmouse-13.0.0
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 6MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Modular Xorg VMware virtual mouse driver 11COMMENT= Modular Xorg VMware virtual mouse driver
12 12
 13USE_LANGUAGES= c99
13USE_LIBTOOL= YES 14USE_LIBTOOL= YES
14GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
15USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config
16 17
17.include "../../mk/bsd.prefs.mk" 18.include "../../mk/bsd.prefs.mk"
18 19
19.if ${OPSYS} == "SunOS" 20.if ${OPSYS} == "SunOS"
20CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4 21CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
21.endif 22.endif
22 23
23.include "../../x11/randrproto/buildlink3.mk" 24.include "../../x11/randrproto/buildlink3.mk"
24.include "../../x11/inputproto/buildlink3.mk" 25.include "../../x11/inputproto/buildlink3.mk"
25.include "../../x11/kbproto/buildlink3.mk" 26.include "../../x11/kbproto/buildlink3.mk"