diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-06 21:29:59 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-06 21:29:59 +0000 |
commit | 8006a4f52d8e447b98721afb103575ca31010a40 (patch) | |
tree | be45a29fcff297c2af294482cfdfc16e12a7b223 /databases | |
parent | 24470d06ed0b29fc72855456b37d938e71908a17 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hs-hsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/hs-hsql/Makefile b/databases/hs-hsql/Makefile index 0f25eef56b14..873924a204bf 100644 --- a/databases/hs-hsql/Makefile +++ b/databases/hs-hsql/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= htoolkit PKGNAMEPREFIX= hs- DISTNAME= HSQL-${PORTVERSION} -MAINTAINER= obraun@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell access to SQL BUILD_DEPENDS= psql:${PORTSDIR}/databases/postgresql7 \ |