diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
commit | 2f634463b614583df80d788d285e2d996318a4e3 (patch) | |
tree | 8334050c9f73c9abb4eb3dda1b54b27f4add873f /security/ruby-gpgme | |
parent | 6004f13382c7878fc39ee50fb971daf0a6c5853b (diff) | |
download | ports-2f634463b614583df80d788d285e2d996318a4e3.tar.gz ports-2f634463b614583df80d788d285e2d996318a4e3.zip |
Notes
Diffstat (limited to 'security/ruby-gpgme')
-rw-r--r-- | security/ruby-gpgme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ruby-gpgme/Makefile b/security/ruby-gpgme/Makefile index 0dc505296520..3c0c8cdcad07 100644 --- a/security/ruby-gpgme/Makefile +++ b/security/ruby-gpgme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ruby-gpgme @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to GnuPG Made Easy (GPGME) -LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme USE_RUBY= yes USE_RUBY_EXTCONF= yes |