diff options
author | recht <recht> | 2005-01-24 20:12:08 +0000 |
---|---|---|
committer | recht <recht> | 2005-01-24 20:12:08 +0000 |
commit | 6620cd606207b9902989e2fa6026557031fa7daf (patch) | |
tree | 800e01dfd2f03b174c245a5aaa92c055d2b43a6c /devel/boost-python | |
parent | 18dcf96db920534b6b7ef0163cf6e21fe13cefc6 (diff) | |
download | pkgsrc-6620cd606207b9902989e2fa6026557031fa7daf.tar.gz |
Fix py*pth leftovers.
Diffstat (limited to 'devel/boost-python')
-rw-r--r-- | devel/boost-python/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk index 882eda4232f..055c3a54698 100644 --- a/devel/boost-python/buildlink3.mk +++ b/devel/boost-python/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/06/06 23:51:37 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2005/01/24 20:12:09 recht Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ BOOST_PYTHON_BUILDLINK3_MK:= ${BOOST_PYTHON_BUILDLINK3_MK}+ @@ -15,7 +15,7 @@ BUILDLINK_DEPENDS.boost-python+= boost-python-1.31.* BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python # the following should match the list in Makefile -PYTHON_VERSIONS_INCOMPATIBLE+= 23pth 22pth 21 21pth 20 15 +PYTHON_VERSIONS_INCOMPATIBLE+= 23 22 21 20 15 .endif # BOOST_PYTHON_BUILDLINK3_MK .include "../../devel/boost/buildlink3.mk" |