svn commit: r430872 - head/devel/py-omniorb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 8 14:42:36 UTC 2017
Author: sunpoet
Date: Sun Jan 8 14:42:32 2017
New Revision: 430872
URL: https://svnweb.freebsd.org/changeset/ports/430872
Log:
Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
With hat: python
Modified:
head/devel/py-omniorb/Makefile
Modified: head/devel/py-omniorb/Makefile
==============================================================================
--- head/devel/py-omniorb/Makefile Sun Jan 8 14:42:28 2017 (r430871)
+++ head/devel/py-omniorb/Makefile Sun Jan 8 14:42:32 2017 (r430872)
@@ -19,7 +19,7 @@ RUN_DEPENDS= omniidl:devel/omniORB
# see also the "post-extract" target below.
BUILD_DEPENDS= ${NONEXISTENT}:devel/omniORB:patch
-CONFLICTS= py*-orbit-2* py${PYTHON_SUFFIX}-omniorb3-3*
+CONFLICTS= py*-orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb3-3*
OPTIONS_DEFINE= DOCS EXAMPLES
More information about the svn-ports-head
mailing list