Revision: 124834 https://trac.macports.org/changeset/124834 Author: ryandesign@macports.org Date: 2014-08-28 11:55:46 -0700 (Thu, 28 Aug 2014) Log Message: ----------- ola: cppunit is used for the tests only (#44803) Modified Paths: -------------- trunk/dports/net/ola/Portfile Modified: trunk/dports/net/ola/Portfile =================================================================== --- trunk/dports/net/ola/Portfile 2014-08-28 18:26:41 UTC (rev 124833) +++ trunk/dports/net/ola/Portfile 2014-08-28 18:55:46 UTC (rev 124834) @@ -25,10 +25,11 @@ github.tarball_from releases -depends_build port:pkgconfig +# cppunit should be changed to depends_test after #38208 is resolved +depends_build port:cppunit \ + port:pkgconfig -depends_lib port:cppunit \ - port:protobuf-cpp +depends_lib port:protobuf-cpp configure.args --disable-http \ --disable-libusb \
participants (1)
-
ryandesign@macports.org