Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
This commit is contained in:
parent
eae7e6bedb
commit
472eb7ba26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430873
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LIB_DEPENDS= libomniORB4.so.1:devel/omniORB-4.1
|
|||
# see also the "post-extract" target below.
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:devel/omniORB-4.1:patch
|
||||
|
||||
CONFLICTS= py${PYTHON_SUFFIX}-orbit-2* py${PYTHON_SUFFIX}-omniorb-4.2*
|
||||
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb-4.2*
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
|
|
Loading…
Reference in a new issue