diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-29 04:11:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-29 04:11:53 +0800 |
commit | d7062ca4cf6ee2aadcde7d044c152882517c893d (patch) | |
tree | cbbde61972a115c2be94c08b9dd04b0e997e8349 /x11-drivers | |
parent | b913cfc882757f022dd1ab6874da02fb4cf8d96a (diff) | |
download | freebsd-ports-gnome-d7062ca4cf6ee2aadcde7d044c152882517c893d.tar.gz freebsd-ports-gnome-d7062ca4cf6ee2aadcde7d044c152882517c893d.tar.zst freebsd-ports-gnome-d7062ca4cf6ee2aadcde7d044c152882517c893d.zip |
- Add missing build dependencies
- Cleanup plist
Diffstat (limited to 'x11-drivers')
-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 |