Ticket #52368: gpgme.diff

File gpgme.diff, 750 bytes (added by lbschenkel (Leonardo Brondani Schenkel), 8 years ago)
  • gpgme/Portfile

    diff --git a/gpgme/Portfile b/gpgme/Portfile
    a b  
    55
    66name                gpgme
    77version             1.7.0
     8revision            1
    89categories          devel security crypto
    910license             {LGPL-2.1+ GPL-3+}
    1011maintainers         devans openmaintainer
     
    2829# gnupg2 is needed for running the unit tests
    2930# and at runtime but does not link directly with gpgme
    3031depends_build       port:pkgconfig \
    31                     port:gnupg2
     32                    bin:gpg2:gnupg2
    3233
    3334depends_lib         port:pth \
    3435                    port:libgpg-error \
    3536                    port:libassuan
    3637
    37 depends_run         port:gnupg2
     38depends_run         bin:gpg2:gnupg2
    3839
    3940use_parallel_build  no
    4041