diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-09 17:23:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-09 17:23:25 +0800 |
commit | 223821e1e8d94e9f843e62bad2ca9dc0209fbe6d (patch) | |
tree | 15ad28e7d6ccc71ba3fa9aecc838847376fc9c17 /x11-drivers | |
parent | 358683cb8f8e380763bcb390a9640c0c43c7b5f6 (diff) | |
download | freebsd-ports-gnome-223821e1e8d94e9f843e62bad2ca9dc0209fbe6d.tar.gz freebsd-ports-gnome-223821e1e8d94e9f843e62bad2ca9dc0209fbe6d.tar.zst freebsd-ports-gnome-223821e1e8d94e9f843e62bad2ca9dc0209fbe6d.zip |
Attempt to unbreak
Reported by: pkg-fallout
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-scfb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-scfb/Makefile b/x11-drivers/xf86-video-scfb/Makefile index d36923f1f14b..74164bea6cf3 100644 --- a/x11-drivers/xf86-video-scfb/Makefile +++ b/x11-drivers/xf86-video-scfb/Makefile @@ -16,6 +16,6 @@ GH_COMMIT= bdeb3bf GNU_CONFIGURE= yes USES= libtool pkgconfig -USE_XORG= xorg-server xproto inputproto +USE_XORG= xorg-server xproto inputproto randrproto renderproto videoproto .include <bsd.port.mk> |