diff options
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r-- | databases/rubygem-sqlite3/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index c6492884ab8c..310a10d91e8e 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/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> |