diff options
Diffstat (limited to 'databases/ruby-mysql/Makefile')
-rw-r--r-- | databases/ruby-mysql/Makefile | 3 |
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) |