diff options
author | jmallett <jmallett@FreeBSD.org> | 2005-06-02 07:50:15 +0800 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2005-06-02 07:50:15 +0800 |
commit | 8796050483773891ac734d71bc86fde7cd78433f (patch) | |
tree | 84a9ec3dcba8206179c86194c3b662738242a757 /devel/hs-alex | |
parent | 2f6f04265b8d2aa5ed529f1cd1af4978ff6d5226 (diff) | |
download | freebsd-ports-gnome-8796050483773891ac734d71bc86fde7cd78433f.tar.gz freebsd-ports-gnome-8796050483773891ac734d71bc86fde7cd78433f.tar.zst freebsd-ports-gnome-8796050483773891ac734d71bc86fde7cd78433f.zip |
Give hs-alex port some sexualoving - anecdotal evidence suggests that the most
recent update fixed the build problem against the version of GHC we've got, and
fixed things on >=5.x, and all that lovely. So mark it un-BROKEN. If it shows
up BROKEN again, I'll handle appropriately.
Diffstat (limited to 'devel/hs-alex')
-rw-r--r-- | devel/hs-alex/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index afdb46961b73..2c133ca4a01e 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -28,10 +28,6 @@ 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-install: ${MKDIR} ${EXAMPLESDIR} |