diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-04-19 05:43:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-04-19 05:43:40 +0000 |
commit | 372051fef91ea1f4707acabd3fe1c92f5e7ac97c (patch) | |
tree | c97a54224cb6d1b0dff94c80495b5b98c989bfbe /astro | |
parent | 0a4c4212c12c89597102133ee13c83596dee8622 (diff) | |
download | FreeBSD-ports-372051fef91ea1f4707acabd3fe1c92f5e7ac97c.zip FreeBSD-ports-372051fef91ea1f4707acabd3fe1c92f5e7ac97c.tar.gz |
mark it broken on -stable
Diffstat (limited to 'astro')
-rw-r--r-- | astro/nova/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile index ed2ad58..1e2930e 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -27,12 +27,17 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 USE_REINPLACE= yes -USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile with gcc 2.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |