diff options
Diffstat (limited to 'science/kst2/Makefile')
-rw-r--r-- | science/kst2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 4966b7ef7436..99e00a98d487 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -30,6 +30,10 @@ MAN1= kst.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.endif + .if defined(WITH_NETCDF) LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf PLIST_SUB+= NETCDF="" @@ -47,6 +51,7 @@ PLIST_SUB+= CDF="@comment " .endif post-patch: + @${TOUCH} ${WRKSRC}/kst/kst/ksttimers.h.in @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} .if !defined(WITH_NETCDF) @${REINPLACE_CMD} -e 's| netcdf||g' ${WRKSRC}/kst/kst/datasources/Makefile.in |