diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-28 19:21:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-28 19:21:32 +0000 |
commit | fa8422c28e6ecf5107f4461b338683b6903b34f4 (patch) | |
tree | 583d0707886049ace9de2598ba9def824038db90 /x11/presentproto/Makefile | |
parent | 1fe5ec351449b80ca80a6010cb5780ade61dc9b1 (diff) | |
download | ports-fa8422c28e6ecf5107f4461b338683b6903b34f4.tar.gz ports-fa8422c28e6ecf5107f4461b338683b6903b34f4.zip |
Notes
Diffstat (limited to 'x11/presentproto/Makefile')
-rw-r--r-- | x11/presentproto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/presentproto/Makefile b/x11/presentproto/Makefile index 7afb4cc5161d..f083e5cb5cf5 100644 --- a/x11/presentproto/Makefile +++ b/x11/presentproto/Makefile @@ -1,12 +1,14 @@ # $FreeBSD$ PORTNAME= presentproto -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Present protocol specification +LICENSE= MIT + XORG_CAT= proto .include <bsd.port.mk> |