diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /x11-drivers/xf86-video-fbdev/Makefile | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-fbdev/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-fbdev/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-fbdev/Makefile b/x11-drivers/xf86-video-fbdev/Makefile index 09b6a6a53f7c..7f30b8d665b4 100644 --- a/x11-drivers/xf86-video-fbdev/Makefile +++ b/x11-drivers/xf86-video-fbdev/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: xf86-video-fbdev -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xf86-video-fbdev -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 PORTREVISION= 1 CATEGORIES= x11-drivers @@ -14,7 +9,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org fbdev display driver XORG_CAT= driver -USE_XORG= videoproto MAN4= fbdev.4x .include <bsd.port.mk> |