diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /x11/libxkbfile | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) | |
download | ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.tar.gz ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.zip |
Notes
Diffstat (limited to 'x11/libxkbfile')
-rw-r--r-- | x11/libxkbfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index 472129edc9bd..943c3cd91620 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -3,6 +3,7 @@ PORTNAME= libxkbfile PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -12,6 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= lib -USE_XORG= x11 kbproto:both +USE_XORG= x11 xorgproto .include <bsd.port.mk> |