diff options
author | bapt <bapt@FreeBSD.org> | 2017-02-12 01:05:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-02-12 01:05:42 +0800 |
commit | a459ec9875db1111ddd9194b211319bf84612235 (patch) | |
tree | 7877b70a8e501863029499e240fe3b3181d44954 /x11 | |
parent | 5503c7a2cef586cf51886adffcdc8a752af991ef (diff) | |
download | freebsd-ports-gnome-a459ec9875db1111ddd9194b211319bf84612235.tar.gz freebsd-ports-gnome-a459ec9875db1111ddd9194b211319bf84612235.tar.zst freebsd-ports-gnome-a459ec9875db1111ddd9194b211319bf84612235.zip |
Add license
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dri3proto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/dri3proto/Makefile b/x11/dri3proto/Makefile index c7079fd4a6d9..414b9306f5c7 100644 --- a/x11/dri3proto/Makefile +++ b/x11/dri3proto/Makefile @@ -7,6 +7,8 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= DRI3 prototype headers +LICENSE= MIT + XORG_CAT= proto .include <bsd.port.mk> |