diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-01-22 14:33:21 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-01-22 14:33:21 +0100 |
commit | 6cf5ab2eb367567984d74af73a225b4c96f042bb (patch) | |
tree | 944ebfe4abbeb24f16c58cfd4e615328231a7eeb /x11/xlogo/Makefile | |
parent | 26000c2c150b8a82fc3d2329f690f9aa4e021e3e (diff) |
x11/xlogo: update to 1.0.6
Diffstat (limited to 'x11/xlogo/Makefile')
-rw-r--r-- | x11/xlogo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile index 6b9d795..07de258 100644 --- a/x11/xlogo/Makefile +++ b/x11/xlogo/Makefile @@ -1,7 +1,7 @@ COMMENT = X Window System logo -DISTNAME = xlogo-1.0.5 +DISTNAME = xlogo-1.0.6 CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xlogo @@ -11,7 +11,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -WANTLIB = Xaw7 Xmu Xt X11 Xext Xft Xrender SM c +WANTLIB = SM Xaw7 Xmu Xt X11 Xext Xft Xrender xkbfile c MASTER_SITES = ${MASTER_SITE_XORG:=app/} |