diff options
author | mat <mat@FreeBSD.org> | 2004-05-25 17:19:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-25 17:19:42 +0800 |
commit | 62b577313b0d65704b72bd2d1187e3bf4df38994 (patch) | |
tree | 3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /www | |
parent | ef91dce1482e4d516f495a75898806dc3c98d5e6 (diff) | |
download | freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.gz freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.zst freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.zip |
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
Diffstat (limited to 'www')
-rw-r--r-- | www/twig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 0a829cf216a9..259d00a21600 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -25,7 +25,7 @@ PHP_PORT?= www/mod_php4-twig PHP4_PORT?= www/mod_php4-twig PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig -POSTGRESQL_PORT?= databases/postgresql-client +POSTGRESQL_PORT?= databases/postgresql7 PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php3 test.php3 goto.php3 CONFFILES= .htaccess mailfooter.inc.php3.sample |