diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:45:41 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:45:41 +0100 |
commit | 63bffb11c8426305d37778f56f68fba0a4a82850 (patch) | |
tree | f5590e4d4be9bfc76802b158cb320e06c1c097e1 | |
parent | 97bb31ee1bb2f8ba2d1c51ad374fc02ad0be7ece (diff) |
x11/libXdamage: reorder Makefile
-rw-r--r-- | x11/libXdamage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 0215dd4..9c285e5 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -1,14 +1,14 @@ COMMENT = X Damage Extension library DISTNAME = libXdamage-1.1.6 +SHARED_LIBS = Xdamage 4.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxdamage MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xdamage 4.0 - # MIT PERMIT_PACKAGE = Yes |