diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/polyorb | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) |
Notes
Diffstat (limited to 'net/polyorb')
-rw-r--r-- | net/polyorb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/polyorb/Makefile b/net/polyorb/Makefile index 0c548506a727..12eff1e97620 100644 --- a/net/polyorb/Makefile +++ b/net/polyorb/Makefile @@ -14,14 +14,12 @@ LICENSE= GPLv3 BUILD_DEPENDS= xmlada>=3.2:${PORTSDIR}/textproc/xmlada -USES= ada gmake +USES= ada gmake python:build GNU_CONFIGURE= yes NO_MTREE= yes YEAR= 2014 WRKSRC= ${WRKDIR}/polyorb-${YEAR}-src -USE_PYTHON_BUILD= yes - MAKE_ENV= PROCESSORS=${MAKE_JOBS_NUMBER} CONFIGURE_ENV= PYTHON=${PYTHON_CMD} \ ac_cv_prog_CXXCPP="cpp -E" \ |