svn commit: r375754 - head/x11-drivers/xf86-input-egalax

Antoine Brodin antoine at FreeBSD.org
Sun Dec 28 20:11:55 UTC 2014


Author: antoine
Date: Sun Dec 28 20:11:53 2014
New Revision: 375754
URL: https://svnweb.freebsd.org/changeset/ports/375754
QAT: https://qat.redports.org/buildarchive/r375754/

Log:
  - Add missing build dependencies
  - Cleanup plist

Modified:
  head/x11-drivers/xf86-input-egalax/Makefile
  head/x11-drivers/xf86-input-egalax/pkg-plist

Modified: head/x11-drivers/xf86-input-egalax/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-egalax/Makefile	Sun Dec 28 20:10:33 2014	(r375753)
+++ head/x11-drivers/xf86-input-egalax/Makefile	Sun Dec 28 20:11:53 2014	(r375754)
@@ -18,9 +18,9 @@ DIST_SUBDIR=	xorg/driver
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf
+USES=		autoreconf libtool pkgconfig
 USE_XORG=	xorg-server xproto xi inputproto xf86driproto glproto \
-		resourceproto
+		randrproto renderproto resourceproto scrnsaverproto xorg-macros
 CONFIGURE_ENV=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
 INSTALL_TARGET=	install-strip
 

Modified: head/x11-drivers/xf86-input-egalax/pkg-plist
==============================================================================
--- head/x11-drivers/xf86-input-egalax/pkg-plist	Sun Dec 28 20:10:33 2014	(r375753)
+++ head/x11-drivers/xf86-input-egalax/pkg-plist	Sun Dec 28 20:11:53 2014	(r375754)
@@ -1,5 +1,2 @@
 lib/xorg/modules/input/egalax_drv.so
 man/man4/egalax.4x.gz
- at dirrmtry lib/xorg/modules/input
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg


More information about the svn-ports-head mailing list