diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-15 16:55:24 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-15 16:55:24 +0000 |
commit | 7682cbe8393b1ba11ce6b0c6242f39560839ed55 (patch) | |
tree | 9d99157912deff5f92a3fc148f03860c2b0c80aa /www | |
parent | 97bbbfe6aa3c5ded82f7aa38058f43161c6dbf45 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/ojs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ojs2/Makefile b/www/ojs2/Makefile index 7fb9b0b7d940..d6c70aa7371a 100644 --- a/www/ojs2/Makefile +++ b/www/ojs2/Makefile @@ -23,7 +23,7 @@ WANT_PHP_WEB= yes OJSDIR?= www/ojs2 OPTIONS= MYSQL "Use a MYSQL Database" on \ - PGSQL "Use a PosgreSQL Database" off + PGSQL "Use a PostgreSQL Database" off .include <bsd.port.pre.mk> |