[103664] trunk/dports/net/ostinato/Portfile

g5pw at macports.org g5pw at macports.org
Mon Mar 4 02:46:06 PST 2013


Revision: 103664
          https://trac.macports.org/changeset/103664
Author:   g5pw at macports.org
Date:     2013-03-04 02:46:06 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
net/ostinato:
  add license
  remove --disable-dependency-checking
  fixes #38272

Modified Paths:
--------------
    trunk/dports/net/ostinato/Portfile

Modified: trunk/dports/net/ostinato/Portfile
===================================================================
--- trunk/dports/net/ostinato/Portfile	2013-03-04 08:53:07 UTC (rev 103663)
+++ trunk/dports/net/ostinato/Portfile	2013-03-04 10:46:06 UTC (rev 103664)
@@ -7,6 +7,7 @@
 name                ostinato
 version             0.5.1
 maintainers         g5pw openmaintainer
+license             GPL-3+
 
 categories          net devel
 description         Ostinato is an open-source, cross-platform network packet \
@@ -37,3 +38,8 @@
 # As per install instructions
 configure.cmd		qmake
 configure.pre_args  -spec macx-g++
+
+# qmake doesn't recognize the --disable-dependency-tracking flag
+configure.universal_args-delete \
+                    --disable-dependency-tracking
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/d3de85c0/attachment.html>


More information about the macports-changes mailing list