diff options
author | mva <mva@FreeBSD.org> | 2013-11-24 20:29:13 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-11-24 20:29:13 +0800 |
commit | e7639d14ca549d8fa558ce9ca345bf352eec6118 (patch) | |
tree | 5200f7639d0607144c0a738813ca51bf2aac75cd /databases/hk_classes | |
parent | 73b55b1cc65ae4236584c7d40d076e2fc275bcbf (diff) | |
download | freebsd-ports-gnome-e7639d14ca549d8fa558ce9ca345bf352eec6118.tar.gz freebsd-ports-gnome-e7639d14ca549d8fa558ce9ca345bf352eec6118.tar.zst freebsd-ports-gnome-e7639d14ca549d8fa558ce9ca345bf352eec6118.zip |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Diffstat (limited to 'databases/hk_classes')
-rw-r--r-- | databases/hk_classes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index d01c766d5ff9..54148d946261 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -134,6 +134,8 @@ post-patch: -I./pxlib|INCLUDES = -I../hk_classes -I./pxlib \ -I${LOCALBASE}/include|g" \ ${WRKSRC}/hk_paradoxclasses/Makefile.in + ${REINPLACE_CMD} -e "s|python setup.py|${PYTHON_CMD} setup.py|" \ + ${WRKSRC}/python/Makefile.in post-configure: ${REINPLACE_CMD} -e "s| -I|','|g" ${WRKSRC}/python/setup.py |