Index: head/databases/rubygem-sqlite3-ruby/Makefile =================================================================== --- head/databases/rubygem-sqlite3-ruby/Makefile (revision 390448) +++ head/databases/rubygem-sqlite3-ruby/Makefile (revision 390449) @@ -1,26 +1,27 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= sqlite3-ruby PORTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 LICENSE= BSD3CLAUSE -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sqlite3_ruby .include