diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-09-01 13:37:49 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-09-01 13:39:50 +0200 |
commit | 2243f2e3bf3b2e69933c91eb9b2897c6bcc6038d (patch) | |
tree | ef4931f46b4285b69686eb6961e429857c26e3b1 /x11/xcb-util/Makefile | |
parent | 6faa9bc8a78bde33829eb9b25de399bdb182a917 (diff) |
Do not set AUTOCONF/AUTOMAKE_VERSION. They're set in xenocara.port.mk
Diffstat (limited to 'x11/xcb-util/Makefile')
-rw-r--r-- | x11/xcb-util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index a3498f2..37d791f 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -1,3 +1,4 @@ + COMMENT = the X protocol library DISTNAME = xcb-util-0.4.0 @@ -22,8 +23,6 @@ LIB_DEPENDS = x11/libxcb SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -AUTOCONF_VERSION = 2.69 -AUTOMAKE_VERSION = 1.12 NO_TEST = Yes |