diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-04 18:39:09 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-04 18:39:09 +0000 |
commit | e8cd55cc7d4d597772395188a1bdf5f4cf00d93c (patch) | |
tree | bd0a795fe4755b1baebc7f362da20b689d535677 /textproc/hs-HaXml | |
parent | a8b9ee2372cdb4479b7b219b505278450ea62768 (diff) | |
download | ports-e8cd55cc7d4d597772395188a1bdf5f4cf00d93c.tar.gz ports-e8cd55cc7d4d597772395188a1bdf5f4cf00d93c.zip |
Notes
Diffstat (limited to 'textproc/hs-HaXml')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index c090f4157453..3b66e0b9bcb6 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -11,6 +11,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ DISTNAME= HaXml-${PORTVERSION} +PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org @@ -19,7 +20,7 @@ BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 .else WITH_GHC= yes -BUILD_DEPENDS= hmake:${PORTSDIR}/devel/hmake +BUILD_DEPENDS= hmake:${PORTSDIR}/devel/hs-hmake .endif .if defined(WITH_GHC) BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc |