aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-alex
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-17 14:54:40 +0800
committerkris <kris@FreeBSD.org>2004-12-17 14:54:40 +0800
commit224a562507eb70dfa39fc83dc85bb7cff55fa67e (patch)
treebc2f66884dd55084dc4960dd97fffc5fa8443ac2 /devel/hs-alex
parentf9dd20e04e1685eafac8d93e44a84b07a1c145df (diff)
downloadfreebsd-ports-gnome-224a562507eb70dfa39fc83dc85bb7cff55fa67e.tar.gz
freebsd-ports-gnome-224a562507eb70dfa39fc83dc85bb7cff55fa67e.tar.zst
freebsd-ports-gnome-224a562507eb70dfa39fc83dc85bb7cff55fa67e.zip
BROKEN on >= 5.x: Does not compile
Diffstat (limited to 'devel/hs-alex')
-rw-r--r--devel/hs-alex/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile
index a18b04d2ea5a..8476c684320c 100644
--- a/devel/hs-alex/Makefile
+++ b/devel/hs-alex/Makefile
@@ -31,6 +31,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB= PORTVERSION="${PORTVERSION}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 503001
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if !defined(NOPORTDOCS)
post-build:
${GMAKE} -C ${WRKSRC}/alex/doc ps
@@ -44,4 +50,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/alex/doc/alex.ps ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>