Properly fix without python3 metaport, a packaged file was still refering
to python3
This commit is contained in:
parent
dadf9b1fa7
commit
909302b2bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455406
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= arpc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ed@FreeBSD.org
|
||||
|
@ -18,11 +19,12 @@ LIB_DEPENDS= libargdata.so:devel/argdata
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
|
||||
|
||||
USES= cmake localbase:ldflags python:3.4+ tar:xz
|
||||
USES= cmake localbase:ldflags python:3.4+ shebangfix tar:xz
|
||||
python_OLD_CMD= "/usr/bin/env python3"
|
||||
SHEBANG_FILES= scripts/aprotoc.py
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= NuxiNL
|
||||
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
||||
|
||||
PLIST_FILES= bin/aprotoc include/arpc++/arpc++.h \
|
||||
lib/libarpc.so lib/libarpc.so.1
|
||||
|
|
Loading…
Reference in a new issue