diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-11 05:31:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-11 05:31:21 +0000 |
commit | ff3437a31973597fa45487f574d2c2fa91097068 (patch) | |
tree | 7a655c5183992b6797aaa0d887137bff7360904f /security | |
parent | a3f4339931ff305e70ca43ff59b0e67edb2a6951 (diff) | |
download | FreeBSD-ports-ff3437a31973597fa45487f574d2c2fa91097068.zip FreeBSD-ports-ff3437a31973597fa45487f574d2c2fa91097068.tar.gz |
Switch gpgme dependency to gpgme03.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-gpgme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ruby-gpgme/Makefile b/security/ruby-gpgme/Makefile index abe14ee..9f62f62 100644 --- a/security/ruby-gpgme/Makefile +++ b/security/ruby-gpgme/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby interface to GnuPG Made Easy (GPGME) -LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme03 USE_RUBY= yes USE_RUBY_EXTCONF= yes |