diff options
Diffstat (limited to 'x11/xbiff/Makefile')
-rw-r--r-- | x11/xbiff/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xbiff/Makefile b/x11/xbiff/Makefile index e0e238dd4158..27226c553774 100644 --- a/x11/xbiff/Makefile +++ b/x11/xbiff/Makefile @@ -1,17 +1,16 @@ PORTNAME= xbiff -PORTVERSION= 1.0.4 -PORTREVISION= 1 +DISTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Mailbox flag for X +WWW= https://gitlab.freedesktop.org/xorg/app/xbiff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xaw xbitmaps xext xmu xt +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xbitmaps xext xmu xorgproto xt PLIST_FILES= bin/xbiff share/man/man1/xbiff.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |