[110250] trunk/dports/aqua/pgAdmin3/Portfile
mojca at macports.org
mojca at macports.org
Thu Aug 29 01:25:53 PDT 2013
Revision: 110250
https://trac.macports.org/changeset/110250
Author: mojca at macports.org
Date: 2013-08-29 01:25:53 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
pgAdmin3: use the new wxWidgets-3.0 (#38375)
Modified Paths:
--------------
trunk/dports/aqua/pgAdmin3/Portfile
Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile 2013-08-29 08:24:18 UTC (rev 110249)
+++ trunk/dports/aqua/pgAdmin3/Portfile 2013-08-29 08:25:53 UTC (rev 110250)
@@ -2,9 +2,11 @@
# $Id$
PortSystem 1.0
+PortGroup wxWidgets 1.0
name pgAdmin3
version 1.16.1
+revision 1
categories aqua
maintainers jwa
@@ -27,6 +29,8 @@
checksums rmd160 b2830f6dcc9b22592cc196e27b2e844a3717e1a9 \
sha256 d4ba243dc24dc28e6d0db4104baec373ab3bec11c6dc0e6cfa4bd665a5b7c28e
+wxWidgets.use wxWidgets-3.0
+
# the wxStandardPaths patch can be removed with the next version of pgAdmin3
# because the issue has been fixed in that already
patchfiles patch-wxStandardPaths.diff
@@ -34,10 +38,10 @@
depends_lib port:openssl \
port:libxml2 \
port:libxslt \
- port:wxWidgets30
+ port:${wxWidgets.port}
-configure.args --with-wx=${prefix} \
- --with-wx-version=2.9 \
+configure.args --with-wx=${wxWidgets.prefix} \
+ --with-wx-version=${wxWidgets.version} \
--with-libxml2=${prefix} \
--with-libxslt=${prefix} \
--with-arch-x86_64 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/c7cfa4f2/attachment.html>
More information about the macports-changes
mailing list