diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-09-27 22:24:43 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-09-27 22:24:43 +0000 |
commit | 3b281936b006f203e17a7e42a60656d0c7d741eb (patch) | |
tree | e1fa016e7c1e54ff7b4407bc51d931bd2864f117 /devel/py-curses | |
parent | c93213df819bd720443568625c6616d06867a0f6 (diff) | |
download | pkgsrc-3b281936b006f203e17a7e42a60656d0c7d741eb.tar.gz |
Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for
the 1.3.3 tag to be on the safe side :-(
Diffstat (limited to 'devel/py-curses')
-rw-r--r-- | devel/py-curses/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 130a568d4ce..61947e090a4 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:43 tsarna Exp $ # DISTNAME= cursesmodule-1.5b1 @@ -12,6 +12,8 @@ HOMEPAGE= http://starship.skyport.net/crew/amk/howto/curses/curses.html DEPENDS+= python-1.5.1:../../lang/python DEPENDS+= ncurses-1.9.9g:../../devel/ncurses +NOT_FOR_ARCHS= alpha # possibly broken + WRKSRC= ${WRKDIR}/cursesmodule ALL_TARGET= default |