diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-12-31 12:52:58 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-12-31 12:52:58 +0000 |
commit | 9e1b32801972fe78a31b99365548f01407635521 (patch) | |
tree | 5a3cb79db7f092bff652fbe8c44e7b922eac6729 /www/MT/Makefile | |
parent | a7e7020396319a637bbba236a3d537df8d715df7 (diff) |
Notes
Diffstat (limited to 'www/MT/Makefile')
-rw-r--r-- | www/MT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 33c996dbdbbe..3d8993377cff 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -6,8 +6,7 @@ # PORTNAME= MT -PORTVERSION= 2.64 -PORTREVISION= 2 +PORTVERSION= 2.65 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -21,7 +20,7 @@ CGIDIR= www/cgi-bin/mt .if defined(WITH_MYSQL) DB_DIR= /var/db/mysql/blog -RUN_DEPENDS= ${PREFIX}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server +USE_MYSQL= yes .elif defined(WITH_POSTGRES) DB_DIR= ${PREFIX}/pgsql/data/blog # Or somewhere defined in $PGDATA RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7 |