diff options
author | leeym <leeym@FreeBSD.org> | 2003-09-23 09:58:48 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-09-23 09:58:48 +0000 |
commit | 28da259c3d96d2825d91254fbe99d9b08a8948d1 (patch) | |
tree | 028bb59c100b28438b568384590f2e750b7460db /lang/f2py/Makefile | |
parent | 061f5ca7c68a652aef783626e4865199bc4fb31c (diff) | |
download | FreeBSD-ports-28da259c3d96d2825d91254fbe99d9b08a8948d1.zip FreeBSD-ports-28da259c3d96d2825d91254fbe99d9b08a8948d1.tar.gz |
fix PLIST problem
PR: 56697
Submitted by: leeym
Diffstat (limited to 'lang/f2py/Makefile')
-rw-r--r-- | lang/f2py/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/f2py/Makefile b/lang/f2py/Makefile index e59a3d8..5e7200d 100644 --- a/lang/f2py/Makefile +++ b/lang/f2py/Makefile @@ -19,5 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric USE_PYTHON= yes USE_PYDISTUTILS= yes +PLIST_SUB= _PYTHON_VERSION=${_PYTHON_VERSION} .include <bsd.port.mk> |