diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-28 20:11:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-28 20:11:53 +0000 |
commit | 4c3cddf0dff73c378032b805c9b17429423ca6f8 (patch) | |
tree | cbbde61972a115c2be94c08b9dd04b0e997e8349 | |
parent | 1787f11e888b7504904f35af93dc1a418833611e (diff) | |
download | ports-4c3cddf0dff73c378032b805c9b17429423ca6f8.tar.gz ports-4c3cddf0dff73c378032b805c9b17429423ca6f8.zip |
Notes
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/pkg-plist | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile index 15312f041425..b6c446bf0194 100644 --- a/x11-drivers/xf86-input-egalax/Makefile +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -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 diff --git a/x11-drivers/xf86-input-egalax/pkg-plist b/x11-drivers/xf86-input-egalax/pkg-plist index 63a9d8d933ed..68ead3abf57f 100644 --- a/x11-drivers/xf86-input-egalax/pkg-plist +++ b/x11-drivers/xf86-input-egalax/pkg-plist @@ -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 |