[153149] trunk/dports/devel/gpgme/Portfile

devans at macports.org devans at macports.org
Sun Sep 25 17:08:58 PDT 2016


Revision: 153149
          https://trac.macports.org/changeset/153149
Author:   devans at macports.org
Date:     2016-09-25 17:08:58 -0700 (Sun, 25 Sep 2016)
Log Message:
-----------
gpgme: use path depspec to allow use with either gnupg2 (default) or gnupg21 (#52368).

Modified Paths:
--------------
    trunk/dports/devel/gpgme/Portfile

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2016-09-25 23:52:17 UTC (rev 153148)
+++ trunk/dports/devel/gpgme/Portfile	2016-09-26 00:08:58 UTC (rev 153149)
@@ -28,13 +28,13 @@
 # gnupg2 is needed for running the unit tests
 # and at runtime but does not link directly with gpgme
 depends_build       port:pkgconfig \
-                    port:gnupg2
+                    path:bin/gpg2:gnupg2
 
 depends_lib         port:pth \
                     port:libgpg-error \
                     port:libassuan
 
-depends_run         port:gnupg2
+depends_run         path:bin/gpg2:gnupg2
 
 use_parallel_build  no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160925/ddb400b6/attachment.html>


More information about the macports-changes mailing list