diff options
Diffstat (limited to 'science/step/Makefile')
-rw-r--r-- | science/step/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/science/step/Makefile b/science/step/Makefile index 6ae8a6c1f85c..f17f2198e2fd 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: step -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= step PORTVERSION= ${KDE4_VERSION} @@ -29,9 +24,6 @@ USE_XZ= yes MAKE_JOBS_SAFE= yes pre-configure: - # Fix GSL_INCLUDE_DIR. - ${REINPLACE_CMD} -e 's|gsl_|gsl/gsl_|g' \ - ${WRKSRC}/cmake/modules/FindGSL.cmake # Avoid building translations, should the user pass # CURRENT_LANG to CMake. ${REINPLACE_CMD} -e '/set(STEP_BUILD_TRANSLATIONS 1)/ d' \ |