summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/libXaw/Makefile2
-rw-r--r--package/xorg-server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libXaw/Makefile b/package/libXaw/Makefile
index 9b6481da8..16930e11d 100644
--- a/package/libXaw/Makefile
+++ b/package/libXaw/Makefile
@@ -14,7 +14,7 @@ PKG_SITES:= ${MASTER_SITE_XORG}
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,LIBXAW,libxaw,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBXAW,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS+= --disable-docs
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index 5ec3e3aff..17ad6e8b9 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/Makefile
@@ -10,7 +10,7 @@ PKG_MD5SUM:= ba0360b4ec1f6e541b264e45906bf5f2
PKG_DESCR:= Xorg server
PKG_SECTION:= x11
PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile \
- libfontenc xkeyboard-config xkbcomp libxau libxaw \
+ libfontenc xkeyboard-config xkbcomp libxau libXaw \
libxmu libxpm libxrender libxt libxxf86dga libxext \
libxdmcp libxv libsm libice libx11
PKG_BUILDDEP+= libX11 randrproto renderproto fixesproto damageproto \