diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-12 11:54:22 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-12 11:54:22 +0800 |
commit | 84cdb2c8608454fb6df0e12ce75b2f73e0ac76fa (patch) | |
tree | e46b03b300df8eebdbfceb52048dd3dbc4c128b2 /databases | |
parent | 9d071d16c8d7adb6b07725b5687a6dbb766ea693 (diff) | |
download | freebsd-ports-gnome-84cdb2c8608454fb6df0e12ce75b2f73e0ac76fa.tar.gz freebsd-ports-gnome-84cdb2c8608454fb6df0e12ce75b2f73e0ac76fa.tar.zst freebsd-ports-gnome-84cdb2c8608454fb6df0e12ce75b2f73e0ac76fa.zip |
- Fix SHLIB ver
Reported by: QAT
QAT Hat to: knu
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-kyotocabinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-kyotocabinet/Makefile b/databases/ruby-kyotocabinet/Makefile index b97e688ff97e..7cdff7ba2037 100644 --- a/databases/ruby-kyotocabinet/Makefile +++ b/databases/ruby-kyotocabinet/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby (1.9.1+) binding to Kyoto Cabinet -LIB_DEPENDS= kyotocabinet.2:${PORTSDIR}/databases/kyotocabinet +LIB_DEPENDS= kyotocabinet.4:${PORTSDIR}/databases/kyotocabinet RUBY_VER= 1.9 USE_RUBY= yes |