diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-18 02:14:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-18 02:14:00 +0800 |
commit | d80cf58be52fa4c8ebf29b57706bf618212e381e (patch) | |
tree | f866b811c1fc4b816c49dbabdd4a83453d585ee8 /security | |
parent | dcbbea9f73888d21729fcfe83160086c7e43ac2f (diff) | |
download | freebsd-ports-gnome-d80cf58be52fa4c8ebf29b57706bf618212e381e.tar.gz freebsd-ports-gnome-d80cf58be52fa4c8ebf29b57706bf618212e381e.tar.zst freebsd-ports-gnome-d80cf58be52fa4c8ebf29b57706bf618212e381e.zip |
Chase pth's shared lib version.
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 |