diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 12:54:15 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-10-29 12:54:15 +0100 |
commit | 3de6a9bb32420da9efbf1af42465baaeccee346b (patch) | |
tree | 5a66866c10c0f155867cf884208953ee4c3849e8 /sysutils/libdrm/Makefile | |
parent | 04c451b156ff5e2a20ff23c43275c468f662c0f0 (diff) |
MASTER_SITES -> SITES
Diffstat (limited to 'sysutils/libdrm/Makefile')
-rw-r--r-- | sysutils/libdrm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/libdrm/Makefile b/sysutils/libdrm/Makefile index c96b661..c91c8c8 100644 --- a/sysutils/libdrm/Makefile +++ b/sysutils/libdrm/Makefile @@ -21,7 +21,7 @@ MODULES = devel/meson xenocara WANTLIB = pciaccess -MASTER_SITES = https://dri.freedesktop.org/libdrm/ +SITES = https://dri.freedesktop.org/libdrm/ BUILD_DEPENDS = graphics/cairo \ textproc/py-docutils |