diff options
author | zi <zi@FreeBSD.org> | 2015-02-17 04:48:29 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2015-02-17 04:48:29 +0800 |
commit | cf19a45c8d04d7e4883d9fcefdb29ac708243f1f (patch) | |
tree | 0d56f6677b6dc7a25185602ec3c6d31c6d954ce6 /security | |
parent | 0dd5706e4d77c0f7087434454dbaa3d057df6ef3 (diff) | |
download | freebsd-ports-gnome-cf19a45c8d04d7e4883d9fcefdb29ac708243f1f.tar.gz freebsd-ports-gnome-cf19a45c8d04d7e4883d9fcefdb29ac708243f1f.tar.zst freebsd-ports-gnome-cf19a45c8d04d7e4883d9fcefdb29ac708243f1f.zip |
- Fix version requirement for security/libgpg-error BUILD_DEPEND
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 4920e452e890..8c409e76eaeb 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libksba.so:${PORTSDIR}/security/libksba \ libnpth.so:${PORTSDIR}/devel/npth -BUILD_DEPENDS= libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error +BUILD_DEPENDS= libgpg-error>=1.16:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry GNU_CONFIGURE= YES |