diff options
Diffstat (limited to 'x11/libXext/Makefile')
-rw-r--r-- | x11/libXext/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index a3a434bbcc6d..24f7bad8d840 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -6,15 +6,19 @@ # PORTNAME= libXext -PORTVERSION= 1.1.2 +PORTVERSION= 1.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X11 Extension library +LICENSE= MIT + XORG_CAT= lib USE_XORG= xproto x11 xextproto:both xau +CONFIGURE_ARGS+=--disable-specs --without-xmlto MAN3= DBE.3 \ DPMSCapable.3 \ |