diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /net/nmap | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmap/options.mk b/net/nmap/options.mk index e3bd26503dd..299e116e0a8 100644 --- a/net/nmap/options.mk +++ b/net/nmap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2010/03/21 21:58:23 pettai Exp $ +# $NetBSD: options.mk,v 1.5 2011/02/25 09:47:26 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nmap @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .if !empty(PKG_OPTIONS:Mzenmap) CONFIGURE_ARGS+= --with-zenmap PLIST_SRC+= ${PKGDIR}/PLIST.zenmap -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 PY_PATCHPLIST= yes .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --without-zenmap .if !empty(PKG_OPTIONS:Mndiff) CONFIGURE_ARGS+= --with-ndiff PLIST_SRC+= ${PKGDIR}/PLIST.ndiff -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 .else CONFIGURE_ARGS+= --without-ndiff .endif |