diff options
author | zuntum <zuntum> | 2002-03-02 23:24:34 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-03-02 23:24:34 +0000 |
commit | 2c20753b503414c3312291b5957019fd64002310 (patch) | |
tree | 0b8eda9af34192b849c275d2d418fbfc47f3e4cf /net | |
parent | f80f1e022bf23b88baf79844c3c8c8a8c1db4bbe (diff) | |
download | pkgsrc-2c20753b503414c3312291b5957019fd64002310.tar.gz |
Change
builtin sql support -> optional sql support
in COMMENT, since mysql support is not enabled in this very package.
Diffstat (limited to 'net')
-rw-r--r-- | net/pureftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pureftpd/Makefile b/net/pureftpd/Makefile index 1c1ac0bfa78..24144aa3985 100644 --- a/net/pureftpd/Makefile +++ b/net/pureftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/02 23:22:54 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/02 23:24:34 zuntum Exp $ # DISTNAME= pure-ftpd-1.0.9 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dawszy@arhea.net HOMEPAGE= http://www.pureftpd.org/ -COMMENT= ftpd daemon with builtin SQL support +COMMENT= ftpd daemon with optional SQL support GNU_CONFIGURE= YES |