diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-28 18:39:55 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-28 18:39:55 +0000 |
commit | ad9e531be766a36587808c065dd511b8d3bedcf8 (patch) | |
tree | f2d2161a4bde71e67f71306bd22b30512ec82408 /science/kst/Makefile | |
parent | e6fa0c6df53f62ca7a48ed8ec301cc7918313cc5 (diff) |
Notes
Diffstat (limited to 'science/kst/Makefile')
-rw-r--r-- | science/kst/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index 96e12b3fc96f..f4fe7174ce0d 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= kst -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -32,6 +31,10 @@ MAN1= kst.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not build +.endif + .if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif @@ -53,13 +56,13 @@ PLIST_SUB+= CDF="@comment " .endif post-patch: - @${TOUCH} ${WRKSRC}/kst/kst/ksttimers.h.in +# @${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 + @${REINPLACE_CMD} -e 's| netcdf||g' ${WRKSRC}/kst/src/datasources/Makefile.in .endif .if !defined(WITH_CDF) - @${REINPLACE_CMD} -e 's| cdf||g' ${WRKSRC}/kst/kst/datasources/Makefile.in + @${REINPLACE_CMD} -e 's| cdf||g' ${WRKSRC}/kst/src/datasources/Makefile.in .endif .include <bsd.port.post.mk> |