diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 18:27:06 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 18:27:06 +0000 |
commit | 402b512fa521d3ba25dbc1d994b858d6df2a1096 (patch) | |
tree | b3115d2b85174b55d7c3c99d492210ac6e7fcc15 /textproc/hs-haxml | |
parent | 78027d6fdcf46c5914082aab730f6c58868c8844 (diff) | |
download | ports-402b512fa521d3ba25dbc1d994b858d6df2a1096.tar.gz ports-402b512fa521d3ba25dbc1d994b858d6df2a1096.zip |
Disconnect hugs-specifics from the package build until we have sorted out the problems
in the latest version.
Notes
Notes:
svn path=/head/; revision=135984
Diffstat (limited to 'textproc/hs-haxml')
-rw-r--r-- | textproc/hs-haxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index a3df09ce5e2a..14408da0bdb3 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -35,7 +35,7 @@ WITH_HUGS= yes .if defined(PACKAGE_BUILDING) WITH_GHC= yes -WITH_HUGS= yes +#WITH_HUGS= yes .endif .if defined(WITH_NHC98) |