diff options
Diffstat (limited to 'x11/xlogo/Makefile')
-rw-r--r-- | x11/xlogo/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile index 31ebec3220ee..8c3b1be21d13 100644 --- a/x11/xlogo/Makefile +++ b/x11/xlogo/Makefile @@ -1,16 +1,16 @@ PORTNAME= xlogo -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays the X Window System logo +WWW= https://gitlab.freedesktop.org/xorg/app/xlogo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:app -USE_XORG= sm x11 xaw xext xft xmu xrender xt +USE_XORG= sm x11 xaw xext xft xmu xorgproto xrender xt OPTIONS_DEFINE= XKB OPTIONS_DEFAULT=XKB @@ -19,6 +19,4 @@ XKB_DESC= Use XKB to sound bells XKB_USE= XORG=xkbfile XKB_CONFIGURE_WITH= xkb -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share - .include <bsd.port.mk> |