diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-07-11 17:45:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-07-11 17:45:36 +0000 |
commit | 77659bc33db4691cadce7f9a18d43eb76f7c5916 (patch) | |
tree | 7b96b0f4486c2d7355dd39ffdd30ef1e747b26cb /x11/libX11 | |
parent | 98484ddc829a8d2b4c646b84331b2eaaa121e817 (diff) |
Notes
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index d9fb2f3be00e..f7b0e347e1f3 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -3,7 +3,7 @@ PORTNAME= libX11 PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11 @@ -13,7 +13,7 @@ COMMENT= X11 library LICENSE= MIT USES= cpe perl5 xorg xorg-cat:lib -USE_XORG= xau xcb xdmcp xtrans xorgproto +USE_XORG= xcb xtrans xorgproto USE_PERL5= build CPE_VENDOR= x |