svn commit: r390449 - head/databases/rubygem-sqlite3-ruby

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 23 20:26:29 UTC 2015


Author: sunpoet
Date: Tue Jun 23 20:26:28 2015
New Revision: 390449
URL: https://svnweb.freebsd.org/changeset/ports/390449

Log:
  - Reorder *_DEPENDS
  - Add NO_ARCH

Modified:
  head/databases/rubygem-sqlite3-ruby/Makefile

Modified: head/databases/rubygem-sqlite3-ruby/Makefile
==============================================================================
--- head/databases/rubygem-sqlite3-ruby/Makefile	Tue Jun 23 20:26:23 2015	(r390448)
+++ head/databases/rubygem-sqlite3-ruby/Makefile	Tue Jun 23 20:26:28 2015	(r390449)
@@ -12,11 +12,12 @@ COMMENT=	Ruby interface to the SQLite DB
 
 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


More information about the svn-ports-head mailing list