diff options
author | kris <kris@FreeBSD.org> | 2002-05-05 16:13:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-05 16:13:40 +0800 |
commit | 5437dbcff5a168cc217d1246b1e41114ffd3f32b (patch) | |
tree | ee5530f20ef9ebcd44fe2a1a1314587df1567ba3 /security/ruby-mcrypt/Makefile | |
parent | ecb528be91b8998e2e0152dae859f676c7b01dc1 (diff) | |
download | freebsd-ports-gnome-5437dbcff5a168cc217d1246b1e41114ffd3f32b.tar.gz freebsd-ports-gnome-5437dbcff5a168cc217d1246b1e41114ffd3f32b.tar.zst freebsd-ports-gnome-5437dbcff5a168cc217d1246b1e41114ffd3f32b.zip |
Chase libmcrypt version number increment.
Diffstat (limited to 'security/ruby-mcrypt/Makefile')
-rw-r--r-- | security/ruby-mcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index f14983290cc9..8cd28c083224 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -19,7 +19,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt/ +LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt/ USE_RUBY= yes USE_RUBY_EXTCONF= yes |