Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 20:11:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375754 - head/x11-drivers/xf86-input-egalax
Message-ID:  <201412282011.sBSKBs4X053258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrmtry lib/xorg/modules/input
-@dirrmtry lib/xorg/modules
-@dirrmtry lib/xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412282011.sBSKBs4X053258>