diff options
Diffstat (limited to 'science/pycdf/Makefile')
-rw-r--r-- | science/pycdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/pycdf/Makefile b/science/pycdf/Makefile index 97e84ec6f373..4efde108b1d0 100644 --- a/science/pycdf/Makefile +++ b/science/pycdf/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ ${LOCALBASE}/lib/libnetcdf.so:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${BUILD_DEPENDS} -LDFLAGS= "-L${LOCALBASE}/lib" +LDFLAGS+= "-L${LOCALBASE}/lib" USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes |