1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

BROKEN on 5.x: configure fails

This commit is contained in:
Kris Kennaway 2004-02-19 09:59:05 +00:00
parent 082b2b1f74
commit fbbb5d782f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101384

View File

@ -37,6 +37,12 @@ CONFIGURE_ARGS+= --with-ih
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
PLIST_SUB+= PORTVERSION="${PORTVERSION}" GHC_VERSION="${GHC_VERSION}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Configure fails"
.endif
pre-everything::
.if !defined(WITHOUT_IHASKELL)
@${ECHO_CMD} "To build gtk+hs without iHaskell define WITHOUT_IHASKELL."
@ -47,4 +53,4 @@ post-patch:
s/glib-config/glib12-config/g' ${WRKSRC}/configure
@${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
.include <bsd.port.mk>
.include <bsd.port.post.mk>