diff options
Diffstat (limited to 'x11/xrdb/Makefile')
-rw-r--r-- | x11/xrdb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index 5749500c8389..0b1f4ff62088 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -1,18 +1,16 @@ PORTNAME= xrdb -PORTVERSION= 1.2.1 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X server resource database utility +WWW= https://gitlab.freedesktop.org/xorg/app/xrdb LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xmuu x11 - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xmuu xorgproto PLIST_FILES= bin/xrdb share/man/man1/xrdb.1.gz |