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