diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /www/openx/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'www/openx/Makefile')
-rw-r--r-- | www/openx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/openx/Makefile b/www/openx/Makefile index 1beda8f3bf9d..62c437cbe223 100644 --- a/www/openx/Makefile +++ b/www/openx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openx -PORTVERSION= 2.4.7 +PORTVERSION= 2.6.2 CATEGORIES= www MASTER_SITES= http://download.openx.org/ @@ -21,7 +21,7 @@ SUB_FILES+= pkg-message .include <bsd.port.pre.mk> .if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= xml pcre zlib mysql ftp +USE_PHP= xml pcre zlib mysql pgsql ftp .endif do-install: |