diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-10-13 07:45:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-10-13 07:45:08 +0000 |
commit | 1742c4fbeed8c5d75f7b54b49c5a7607e6453f40 (patch) | |
tree | 5c1588bcc55dc0d528b29233e0611c59fb10d358 /x11-drivers/xf86-video-scfb | |
parent | c783d50e7fee5084aebe410ba68270885f073586 (diff) | |
download | ports-1742c4fbeed8c5d75f7b54b49c5a7607e6453f40.tar.gz ports-1742c4fbeed8c5d75f7b54b49c5a7607e6453f40.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-scfb')
-rw-r--r-- | x11-drivers/xf86-video-scfb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-scfb/Makefile b/x11-drivers/xf86-video-scfb/Makefile index d068e212221f..423476e1e57e 100644 --- a/x11-drivers/xf86-video-scfb/Makefile +++ b/x11-drivers/xf86-video-scfb/Makefile @@ -3,7 +3,7 @@ PORTNAME= xf86-video-scfb PORTVERSION= 0.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MAINTAINER= ray@FreeBSD.org @@ -19,7 +19,7 @@ DIST_SUBDIR= xorg/driver USE_XORG= xorg-server xproto randrproto xi renderproto xextproto \ inputproto kbproto fontsproto videoproto dri2proto \ xf86driproto glproto xineramaproto resourceproto \ - scrnsaverproto + scrnsaverproto presentproto CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' INSTALL_TARGET= install-strip |