From 843ade1030e620014c6c2129c9d8b550bb1a66dd Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sun, 6 Jun 2010 19:25:10 +0000 Subject: - GEMS are always RUN_DEPENDS of other GEMS - Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby --- databases/rubygem-sqlite3-ruby/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'databases/rubygem-sqlite3-ruby') diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile index c6492884ab8c..310a10d91e8e 100644 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ b/databases/rubygem-sqlite3-ruby/Makefile @@ -14,13 +14,15 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_RUBY= yes -USE_RUBYGEMS= yes CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE} + GEM_NAME= ${DISTNAME} + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include -- cgit v1.2.3