svn commit: r371026 - head/science/py-obspy

Wen Heping wen at FreeBSD.org
Fri Oct 17 02:45:16 UTC 2014


Author: wen
Date: Fri Oct 17 02:45:15 2014
New Revision: 371026
URL: https://svnweb.freebsd.org/changeset/ports/371026
QAT: https://qat.redports.org/buildarchive/r371026/

Log:
  - Fix build

Modified:
  head/science/py-obspy/Makefile

Modified: head/science/py-obspy/Makefile
==============================================================================
--- head/science/py-obspy/Makefile	Thu Oct 16 22:43:56 2014	(r371025)
+++ head/science/py-obspy/Makefile	Fri Oct 17 02:45:15 2014	(r371026)
@@ -21,11 +21,10 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=			fortran zip
+USES=			fortran zip python
 USE_LDCONFIG=		yes
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+LDFLAGS+=		-shared
+USE_PYTHON=		distutils autoplist
 
 post-patch:
 	${REINPLACE_CMD} -e "s#FC#${FC}#g" ${WRKSRC}/setup.py


More information about the svn-ports-head mailing list