diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-10 17:03:54 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-10 17:03:54 +0000 |
commit | 9243c26fb34e642ae37675b1bda19d7ee296fd9e (patch) | |
tree | beb40cbe90872c0f595d50809408afb2f477597e /x11-drivers/xf86-video-tdfx/Makefile | |
parent | 58a7a27e6cca0e8dc8d6683b2443266573465978 (diff) | |
download | ports-9243c26fb34e642ae37675b1bda19d7ee296fd9e.tar.gz ports-9243c26fb34e642ae37675b1bda19d7ee296fd9e.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-tdfx/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-tdfx/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-tdfx/Makefile b/x11-drivers/xf86-video-tdfx/Makefile index ec0f01fc8b4b..e828c7bc27cc 100644 --- a/x11-drivers/xf86-video-tdfx/Makefile +++ b/x11-drivers/xf86-video-tdfx/Makefile @@ -1,14 +1,18 @@ # $FreeBSD$ PORTNAME= xf86-video-tdfx -PORTVERSION= 1.4.7 -PORTREVISION= 4 +PORTVERSION= 1.5.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org tdfx display driver +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gl USE_GL= gl + XORG_CAT= driver .include <bsd.port.mk> |