svn commit: r371135 - branches/2014Q4/science/py-obspy

Antoine Brodin antoine at FreeBSD.org
Sat Oct 18 14:55:05 UTC 2014


Author: antoine
Date: Sat Oct 18 14:55:04 2014
New Revision: 371135
URL: https://svnweb.freebsd.org/changeset/ports/371135
QAT: https://qat.redports.org/buildarchive/r371135/

Log:
  MFH: r371026
  
  - Fix build

Modified:
  branches/2014Q4/science/py-obspy/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/science/py-obspy/Makefile
==============================================================================
--- branches/2014Q4/science/py-obspy/Makefile	Sat Oct 18 14:52:39 2014	(r371134)
+++ branches/2014Q4/science/py-obspy/Makefile	Sat Oct 18 14:55:04 2014	(r371135)
@@ -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-branches mailing list