diff options
author | dougb <dougb@FreeBSD.org> | 2010-06-14 13:17:52 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-06-14 13:17:52 +0800 |
commit | a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63 (patch) | |
tree | 439a166dfdd2205a19e259bfe3efbb60048c1023 /security/gpa | |
parent | b9728db268360d6cbf12aca82831c993c29a0f6f (diff) | |
download | freebsd-ports-gnome-a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63.tar.gz freebsd-ports-gnome-a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63.tar.zst freebsd-ports-gnome-a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63.zip |
Fix port name on the LEFT side of the : for BUILD_DEPENDS
While I'm here update to the current version of libassuan-1 (1.0.5)
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 951aba9fb04e..dee694f78b5f 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -16,7 +16,7 @@ COMMENT= A graphical frontend for the GNU Privacy Guard LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg \ - libassuan>=1.0.4:${PORTSDIR}/security/libassuan-1 + libassuan-1>=1.0.5:${PORTSDIR}/security/libassuan-1 RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg USE_BZIP2= yes |