diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-01-14 20:14:05 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-01-14 20:14:05 +0000 |
commit | 467b2560fcc2ab9be700c40daff7e2a1294f830a (patch) | |
tree | 63c85b1cda5981319916669c9a96bc67419a6490 /devel | |
parent | c8591b16a4d64683c2e14b66ab175022d5c0feb2 (diff) |
devel/py-omniorb: Remove PYTHON OPTIONS as feature comes with USES=python
Reported by: mat
Notes
Notes:
svn path=/head/; revision=490313
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-omniorb/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile index 3e061bed4ab7..98525b17eff0 100644 --- a/devel/py-omniorb/Makefile +++ b/devel/py-omniorb/Makefile @@ -3,7 +3,7 @@ PORTNAME= omniorb DISTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/omniORBpy/omniORBpy-${DISTVERSION:S/-2//} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,20 +20,12 @@ RUN_DEPENDS= omniidl:devel/omniORB # see also the "post-extract" target below. BUILD_DEPENDS= ${NONEXISTENT}:devel/omniORB:patch -USES= gmake shebangfix ssl tar:bzip2 +USES= gmake python shebangfix ssl tar:bzip2 USE_PYTHON= py3kplist CONFLICTS= py*-orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb3-3* OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_SINGLE= PYTHON -OPTIONS_SINGLE_PYTHON= PYTHON2 PYTHON3 -OPTIONS_DEFAULT=PYTHON3 -OPTIONS_SUB= yes -PYTHON2_DESC= Build and install Python 2.X packages -PYTHON3_DESC= Build and install Python 3.X packages -PYTHON2_USES= python:2.7 -PYTHON3_USES= python:3.6+ PLIST_SUB= SONUM=2 |