diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:51:20 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:51:20 +0100 |
commit | 86e0714a20cbd15d9f24a695e726337926c21ffb (patch) | |
tree | afe2b6282e3784f28f8d6d6211b7c2e7cffe13b0 | |
parent | 2e34db1b1b4707e755eb1841f5f90befc4be0c34 (diff) |
x11/libXpm: reorder Makefile
-rw-r--r-- | x11/libXpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index a070545..90da9b4 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -1,14 +1,14 @@ COMMENT = X Pixmap (XPM) image file format library DISTNAME = libXpm-3.5.17 +SHARED_LIBS = Xpm 9.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxpm MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xpm 9.0 - # MIT PERMIT_PACKAGE = Yes |