diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 19:25:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 19:25:10 +0000 |
commit | 843ade1030e620014c6c2129c9d8b550bb1a66dd (patch) | |
tree | 244179cede4b2cc62a1a9144b28ef146cb2fb7cc /databases/rubygem-sqlite3-ruby | |
parent | 992a6ce56c63994fd9e001ab4e8ee439fab8eeb0 (diff) | |
download | ports-843ade1030e620014c6c2129c9d8b550bb1a66dd.tar.gz ports-843ade1030e620014c6c2129c9d8b550bb1a66dd.zip |
Notes
Diffstat (limited to 'databases/rubygem-sqlite3-ruby')
-rw-r--r-- | databases/rubygem-sqlite3-ruby/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <bsd.port.mk> |