aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-mysql/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /databases/ruby-mysql/Makefile
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
Notes
Diffstat (limited to 'databases/ruby-mysql/Makefile')
-rw-r--r--databases/ruby-mysql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index 6e7970ebdd9a..568a928f1fbc 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -14,6 +14,8 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby module for accessing MySQL databases with a C API like interface
+NO_STAGE= yes
+
USE_MYSQL= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
@@ -23,7 +25,6 @@ INSTALL_TARGET= site-install
PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/mysql.so
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS)