diff options
-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 |