[69226] trunk/dports/databases/sqliteman/Portfile

michaelld at macports.org michaelld at macports.org
Mon Jun 28 22:28:09 PDT 2010


Revision: 69226
          http://trac.macports.org/changeset/69226
Author:   michaelld at macports.org
Date:     2010-06-28 22:28:08 -0700 (Mon, 28 Jun 2010)
Log Message:
-----------
Fix header location of Qscintilla; remove unnecessary explicit
dependency on qt4-mac (leave it implicit via Qsci).

Modified Paths:
--------------
    trunk/dports/databases/sqliteman/Portfile

Modified: trunk/dports/databases/sqliteman/Portfile
===================================================================
--- trunk/dports/databases/sqliteman/Portfile	2010-06-29 05:27:00 UTC (rev 69225)
+++ trunk/dports/databases/sqliteman/Portfile	2010-06-29 05:28:08 UTC (rev 69226)
@@ -5,6 +5,7 @@
 
 name                sqliteman
 version             1.2.1
+revision            1
 description         GUI tool for Sqlite3
 long_description	The best developer's and/or admin's GUI tool for Sqlite3 in the world. \
                     No joking here (or just a bit only) - it contains the most complete \
@@ -26,13 +27,14 @@
 depends_build       port:cmake
 
 depends_lib         port:sqlite3    \
-                    path:bin/qmake-mac:qt4-mac    \
                     port:qscintilla
 
 # qscintilla is not universal
 universal_variant   no
 
 configure.cmd       cmake
-configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
+configure.pre_args  \
+    -DCMAKE_INSTALL_PREFIX=${prefix} \
+    -DQSCINTILLA_INCLUDE_DIR:PATH=${prefix}/libexec/qt4-mac/include/Qsci \
+    -DQT_ZLIB_LIBRARY:FILEPATH=${prefix}/lib/libz.dylib
 configure.args      -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100628/db2283d8/attachment.html>


More information about the macports-changes mailing list