diff options
author | bapt <bapt@FreeBSD.org> | 2017-01-14 18:11:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-01-14 18:11:47 +0800 |
commit | 3b480938c32b0b4661ea731ee3f5c071f5e496e3 (patch) | |
tree | 3f2c2aa2e99d9a77febbe55ea594d5d3b6aeb0e4 /x11-drivers/xf86-video-dummy/Makefile | |
parent | 6cd8d6fd2f46e44890f104dc7a2d76b6de60df6f (diff) | |
download | freebsd-ports-gnome-3b480938c32b0b4661ea731ee3f5c071f5e496e3.tar.gz freebsd-ports-gnome-3b480938c32b0b4661ea731ee3f5c071f5e496e3.tar.zst freebsd-ports-gnome-3b480938c32b0b4661ea731ee3f5c071f5e496e3.zip |
Update to 0.3.8
Add license
Diffstat (limited to 'x11-drivers/xf86-video-dummy/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-dummy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-dummy/Makefile b/x11-drivers/xf86-video-dummy/Makefile index 14de28233c40..d9abbd51522b 100644 --- a/x11-drivers/xf86-video-dummy/Makefile +++ b/x11-drivers/xf86-video-dummy/Makefile @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= xf86-video-dummy -PORTVERSION= 0.3.7 -PORTREVISION= 6 +PORTVERSION= 0.3.8 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org dummy display driver +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= driver USE_XORG= xf86dgaproto |