Fix PKGNAME collision
This commit is contained in:
parent
681ea215a7
commit
8e6b3aa763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495837
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
|||
libmed.so:french/med \
|
||||
libshiboken2-${PYTHON_VERSION}.so:devel/shiboken2@${PY_FLAVOR} \
|
||||
libhdf5.so:science/hdf5
|
||||
RUN_DEPENDS= pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR}
|
||||
|
||||
USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \
|
||||
localbase:ldflags python:2.7 localbase qt:5
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= pivy
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= graphics python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= pfg@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue