diff options
author | recht <recht> | 2005-01-27 21:18:59 +0000 |
---|---|---|
committer | recht <recht> | 2005-01-27 21:18:59 +0000 |
commit | af65f2c839fe789531b35eec0100446fbc6b3b1a (patch) | |
tree | bfd6cdbd0e5af16d5a1cb83d9ab834c645f1d543 /devel/py-curses | |
parent | b4c77568e9cfd2c8ec7053ce1b18b96df31d6fb3 (diff) | |
download | pkgsrc-af65f2c839fe789531b35eec0100446fbc6b3b1a.tar.gz |
remove buildlink depends on python23-pth, because there isn't a
buildlink3.mk for this version anymore
Diffstat (limited to 'devel/py-curses')
-rw-r--r-- | devel/py-curses/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index d6b6b4151f1..11a8f47c678 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/10/03 00:13:32 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/01/27 21:18:59 recht Exp $ # PKGNAME= ${PYPKGPREFIX}-curses-0 @@ -22,7 +22,6 @@ PY_PATCHPLIST= yes PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses} BUILDLINK_DEPENDS.python23= python23>=2.3nb2 -BUILDLINK_DEPENDS.python23pth= python23-pth>=2.3nb2 # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: |