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

ctreleaven at macports.org ctreleaven at macports.org
Thu Apr 2 13:17:19 PDT 2015


Revision: 134673
          https://trac.macports.org/changeset/134673
Author:   ctreleaven at macports.org
Date:     2015-04-02 13:17:19 -0700 (Thu, 02 Apr 2015)
Log Message:
-----------
sqliteman: fix dependencies, 46153

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

Modified: trunk/dports/databases/sqliteman/Portfile
===================================================================
--- trunk/dports/databases/sqliteman/Portfile	2015-04-02 20:10:58 UTC (rev 134672)
+++ trunk/dports/databases/sqliteman/Portfile	2015-04-02 20:17:19 UTC (rev 134673)
@@ -7,7 +7,7 @@
 
 name                sqliteman
 version             1.2.2
-revision            3
+revision            4
 
 description         GUI tool for Sqlite3
 long_description	The best developer's and/or admin's GUI tool for Sqlite3 in the world. \
@@ -30,9 +30,11 @@
 
 depends_build-append port:cmake
 
-depends_lib-append  port:sqlite3    \
-                    port:qscintilla
+depends_lib-append  port:qscintilla
 
+depends_run-append  port:sqlite3 \
+                    port:qt4-mac-sqlite3-plugin
+
 # qscintilla is not universal
 universal_variant   no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150402/57ab6e81/attachment.html>


More information about the macports-changes mailing list