diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-23 10:11:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-23 10:11:43 +0200 |
commit | ea08c787c691ebdee41cf61731649cf906bfdc9c (patch) | |
tree | 3f047bb71d37765ee1bb7eae041c7cebccce7a46 | |
parent | b16c44a17bda50369a09f49617bcd4f5265d8a8f (diff) |
fix section variable
-rw-r--r-- | package/xcb-proto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index 8a070c474..c9db6f817 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -19,7 +19,7 @@ PKGSC_XCB_PYTHON:= x11/misc include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,XCB_PROTO,xcb-proto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -$(eval $(call PKG_template,XCB_PYTHON,xcb-python,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKGSC_XCB_PROTO})) +$(eval $(call PKG_template,XCB_PYTHON,xcb-python,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKGSC_XCB_PYTHON})) include $(TOPDIR)/mk/python.mk |