summaryrefslogtreecommitdiff
path: root/package/xcb-proto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-23 10:11:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-23 10:11:43 +0200
commitea08c787c691ebdee41cf61731649cf906bfdc9c (patch)
tree3f047bb71d37765ee1bb7eae041c7cebccce7a46 /package/xcb-proto
parentb16c44a17bda50369a09f49617bcd4f5265d8a8f (diff)
fix section variable
Diffstat (limited to 'package/xcb-proto')
-rw-r--r--package/xcb-proto/Makefile2
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