diff --git a/gpgme/Portfile b/gpgme/Portfile
a
|
b
|
|
5 | 5 | |
6 | 6 | name gpgme |
7 | 7 | version 1.7.0 |
| 8 | revision 1 |
8 | 9 | categories devel security crypto |
9 | 10 | license {LGPL-2.1+ GPL-3+} |
10 | 11 | maintainers devans openmaintainer |
… |
… |
|
28 | 29 | # gnupg2 is needed for running the unit tests |
29 | 30 | # and at runtime but does not link directly with gpgme |
30 | 31 | depends_build port:pkgconfig \ |
31 | | port:gnupg2 |
| 32 | bin:gpg2:gnupg2 |
32 | 33 | |
33 | 34 | depends_lib port:pth \ |
34 | 35 | port:libgpg-error \ |
35 | 36 | port:libassuan |
36 | 37 | |
37 | | depends_run port:gnupg2 |
| 38 | depends_run bin:gpg2:gnupg2 |
38 | 39 | |
39 | 40 | use_parallel_build no |
40 | 41 | |