diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 11:53:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 11:53:57 +0000 |
commit | 7eab0ea11d1e3d80a0d15e738c94fb9b872c5e75 (patch) | |
tree | c625fc542d5afaaedd505512bffd4f4a7a46ae3c /lang/python27 | |
parent | 5a8fddcb2ac8332a1d5a51a1b5755564b27cd06e (diff) |
Drop the ipv6 virtual category for l* category as it is not relevant anymore
Notes
Notes:
svn path=/head/; revision=514140
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index adcc27ce687d..6ecb0882b96c 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -3,7 +3,7 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} PORTREVISION= 1 -CATEGORIES= lang python ipv6 +CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= 27 DISTNAME= Python-${PORTVERSION} |