diff options
Diffstat (limited to 'devel/py-urwid/Makefile')
-rw-r--r-- | devel/py-urwid/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile index 2bed8d57e0f..50b2885302c 100644 --- a/devel/py-urwid/Makefile +++ b/devel/py-urwid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/04/08 19:08:55 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:35 asau Exp $ DISTNAME= urwid-0.9.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://excess.org/urwid/ COMMENT= Curses-based Python user interface library LICENSE= gnu-lgpl-v2.1 # or later -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses REPLACE_PYTHON= *.py */*.py |