diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 18:14:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 18:14:00 +0000 |
commit | 2a530641f1056b3098983d7c9d584128c4f2b1a4 (patch) | |
tree | 54511ac786baaf65546446965bb9a1626c81ef7d /security | |
parent | 2c5c0653ed99b03d51304423cff6e7ce4e175252 (diff) | |
download | ports-2a530641f1056b3098983d7c9d584128c4f2b1a4.tar.gz ports-2a530641f1056b3098983d7c9d584128c4f2b1a4.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-devel/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 2 | ||||
-rw-r--r-- | security/newpg/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index cdd3fee203f4..e76485ad6907 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ iconv.3:${PORTSDIR}/converters/libiconv \ intl.4:${PORTSDIR}/devel/gettext \ ksba.7:${PORTSDIR}/security/libksba \ - pth.14:${PORTSDIR}/devel/pth + pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= pinentry-curses:${PORTSDIR}/security/pinentry USE_LIBTOOL= yes diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 77a3f2cd997b..88c6cfd83032 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_LIBTOOL= yes CONFIGURE_ARGS= --without-gpgsm diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 77a3f2cd997b..88c6cfd83032 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_LIBTOOL= yes CONFIGURE_ARGS= --without-gpgsm diff --git a/security/newpg/Makefile b/security/newpg/Makefile index cdd3fee203f4..e76485ad6907 100644 --- a/security/newpg/Makefile +++ b/security/newpg/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ iconv.3:${PORTSDIR}/converters/libiconv \ intl.4:${PORTSDIR}/devel/gettext \ ksba.7:${PORTSDIR}/security/libksba \ - pth.14:${PORTSDIR}/devel/pth + pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= pinentry-curses:${PORTSDIR}/security/pinentry USE_LIBTOOL= yes |