summaryrefslogtreecommitdiff
path: root/package/twm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/twm/Makefile')
-rw-r--r--package/twm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/twm/Makefile b/package/twm/Makefile
index fbf6518c7..7e2a70482 100644
--- a/package/twm/Makefile
+++ b/package/twm/Makefile
@@ -8,12 +8,14 @@ PKG_VERSION:= 1.0.4
PKG_RELEASE:= 1
PKG_MD5SUM:= 109979bd39d48bd761e7939b30006a48
PKG_DESCR:= X.Org twm application
-PKG_SECTION:= x11
+PKG_SECTION:= x11/apps
PKG_DEPENDS:= xorg-server
PKG_BUILDDEP+= xorg-server
PKG_URL:= http://xorg.freedesktop.org
PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/
+PKG_TARGET_DEPENDS:= !foxboard
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,TWM,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))