diff options
author | wiz <wiz> | 2014-01-20 12:36:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-20 12:36:28 +0000 |
commit | cf15bc135fa60ad1fe41f67434e706915de98668 (patch) | |
tree | 73bb22cd22a905bc98a638d2b4274e0f03ae79f9 /lang/python | |
parent | 85168e675db59f2e3116740551c9949c8cde0920 (diff) | |
download | pkgsrc-cf15bc135fa60ad1fe41f67434e706915de98668.tar.gz |
Add X.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/versioned_dependencies.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index c6f446ba3e1..30f27a51ff2 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.6 2014/01/18 19:50:27 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.7 2014/01/20 12:36:28 wiz Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -17,6 +17,7 @@ _SUPPORTED_PACKAGES=# empty _SUPPORTED_PACKAGES+=Pmw x11/py-Pmw x11/py-Pmw2 +_SUPPORTED_PACKAGES+=X x11/py-X2 x11/py-X #_SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3 _SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil2 _SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3 |