From a418a943ad3d9909ee60dd8af4e2bdb8ac77c571 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 3 Oct 2006 00:59:47 +0000 Subject: - instiki need sqlite3 instead of ruby-sqlite3 instiki has bundled sqlite3-ruby in vendor/ - bump PORTREVISION PR: ports/103793 Submitted by: clsung Approved by: maintainer (Alastair Rankine) --- www/instiki/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/instiki/Makefile b/www/instiki/Makefile index c76884dee153..13900ab79d7f 100644 --- a/www/instiki/Makefile +++ b/www/instiki/Makefile @@ -7,7 +7,7 @@ PORTNAME= instiki PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= arsptr@internode.on.net COMMENT= Easy to set up wiki clone implemented in ruby -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/sqlite3_api.so:${PORTSDIR}/databases/ruby-sqlite3 -BUILD_DEPENDS+= ${RUN_DEPENDS} rake:${PORTSDIR}/devel/rubygem-rake +LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake USE_RUBY= yes USE_RUBY_FEATURES= 1.8 -- cgit v1.2.3