aboutsummaryrefslogtreecommitdiff
path: root/databases/pgadmin3/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-10-04 16:24:52 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-10-04 16:24:52 +0000
commit38c3fc97b968e398470f3e051c40f30203cad10b (patch)
tree26fba25475f156c647277df28273f876a49f8909 /databases/pgadmin3/Makefile
parenta2168ef7f677de1d73446726e8e3572b03c40643 (diff)
downloadports-38c3fc97b968e398470f3e051c40f30203cad10b.tar.gz
ports-38c3fc97b968e398470f3e051c40f30203cad10b.zip
Update to 1.12.0.
This port still does not build if ports/security/krb5 port is installed but I commit it to provide PostgreSQL 9.0 support for users that do not have Kerberos port installed as I do not have spare time right now to sort out those problems. PR: 150902
Notes
Notes: svn path=/head/; revision=262385
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r--databases/pgadmin3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index 33e7ba0656e0..0a2fc3c9dd30 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pgadmin3
-PORTVERSION= 1.10.1
-PORTREVISION= 3
+PORTVERSION= 1.12.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src
@@ -20,6 +19,7 @@ CONFLICTS= pgadmin3-1.[12]*
MAKE_JOBS_SAFE= yes
USE_GETTEXT= yes
USE_PGSQL= yes
+USE_GMAKE= yes
IGNORE_WITH_PGSQL= 73 74 80 81 82
DEFAULT_PGSQL_VER?= 83
GNU_CONFIGURE= yes