diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-03-06 07:31:51 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-03-06 07:31:51 +0000 |
commit | 6a01694df5b1e7403c8f1a066a1e6b9384d4eee4 (patch) | |
tree | 4feac517964c9504153b15eaaba16f4c208376f5 /www/thundersnarf | |
parent | dc9163dbcb1aa8249f96c42affacab3fd971948c (diff) | |
download | ports-6a01694df5b1e7403c8f1a066a1e6b9384d4eee4.tar.gz ports-6a01694df5b1e7403c8f1a066a1e6b9384d4eee4.zip |
Notes
Diffstat (limited to 'www/thundersnarf')
-rw-r--r-- | www/thundersnarf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile index d3a6bba0f05d..b4018e5f1259 100644 --- a/www/thundersnarf/Makefile +++ b/www/thundersnarf/Makefile @@ -7,7 +7,7 @@ PORTNAME= thundersnarf PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.tracanelli.com.br/l/dev/thunder/ \ @@ -33,7 +33,7 @@ USE_APACHE= 20+ .if defined (WITH_PGSQL) USE_PGSQL= yes -WANT_PGSQL_VER= 84 +WANT_PGSQL_VER= 84+ RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server .endif |