Revision: 148725 https://trac.macports.org/changeset/148725 Author: devans@macports.org Date: 2016-05-15 09:30:12 -0700 (Sun, 15 May 2016) Log Message: ----------- libepc: add dependency on gnutls and increment revision to rebuild with latest version. Modified Paths: -------------- trunk/dports/gnome/libepc/Portfile Modified: trunk/dports/gnome/libepc/Portfile =================================================================== --- trunk/dports/gnome/libepc/Portfile 2016-05-15 15:37:16 UTC (rev 148724) +++ trunk/dports/gnome/libepc/Portfile 2016-05-15 16:30:12 UTC (rev 148725) @@ -5,7 +5,7 @@ name libepc version 0.4.4 -revision 1 +revision 2 license LGPL-2.1+ set branch [join [lrange [split ${version} .] 0 1] .] maintainers devans openmaintainer @@ -37,6 +37,7 @@ depends_lib port:gtk3 \ port:avahi \ + port:gnutls \ port:libsoup \ port:ossp-uuid
participants (1)
-
devans@macports.org