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/gpgme03 | |
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/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |