diff options
Diffstat (limited to 'x11/xrandr/Makefile')
-rw-r--r-- | x11/xrandr/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 6b510c9ffc1a..715bcc0845cc 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,21 +1,18 @@ PORTNAME= xrandr -PORTVERSION= 1.5.2 -PORTREVISION= 1 +DISTVERSION= 1.5.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Primitive command line interface to the RandR extension +WWW= https://gitlab.freedesktop.org/xorg/app/xrandr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_SUFX= .tar.xz USES= tar:xz xorg xorg-cat:app -USE_XORG= xrandr xrender x11 +USE_XORG= x11 xorgproto xrandr xrender PLIST_FILES= bin/xrandr \ - bin/xkeystone \ share/man/man1/xrandr.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |