diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 09:08:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 09:08:11 +0000 |
commit | 3889785adbd75ede00822f53d5410e100826513a (patch) | |
tree | 49a16f26260fc2584b2e2200b1f2e3a264f46f44 /www/openx/Makefile | |
parent | 454e3666cd2141f59925378b92dd7545fe90697c (diff) | |
download | ports-3889785adbd75ede00822f53d5410e100826513a.tar.gz ports-3889785adbd75ede00822f53d5410e100826513a.zip |
- Update to 2.6
PR: 127390
Submitted by: Dan Langille <dan@langille.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=220810
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..cd5cb47b3a77 100644 --- a/www/openx/Makefile +++ b/www/openx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openx -PORTVERSION= 2.4.7 +PORTVERSION= 2.6.1 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: |