diff options
Diffstat (limited to 'x11/xman/Makefile')
-rw-r--r-- | x11/xman/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile index 04cf34538695..58ee223a1971 100644 --- a/x11/xman/Makefile +++ b/x11/xman/Makefile @@ -1,17 +1,15 @@ PORTNAME= xman -PORTVERSION= 1.1.5 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Manual page display program for X +WWW= https://gitlab.freedesktop.org/xorg/app/xman LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xorgproto xt .include <bsd.port.mk> |