diff options
-rw-r--r-- | databases/phppgadmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 39e37b2d1d5..d7a271a2a96 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:12:49 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/21 06:46:56 snj Exp $ DISTNAME= phpPgAdmin_2-4-2 PKGNAME= phppgadmin-2.4.2 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= sjr@hispabsd.org HOMEPAGE= http://phppgadmin.sourceforge.net/ -COMMENT= Set of PHP-scripts to adminster PostgreSQL over the WWW +COMMENT= Set of PHP-scripts to administer PostgreSQL over the WWW DEPENDS+= php-pgsql>=4.1.2:../../databases/php4-pgsql |