diff options
Diffstat (limited to 'databases/ruby-mysql/Makefile')
-rw-r--r-- | databases/ruby-mysql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 7b7610487839..3f4452a3c347 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module for accessing MySQL databases with a C API like interface -BROKEN= Does not compile - USE_MYSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes -CONFIGURE_ARGS= --with-mysql-dir="${LOCALBASE}" +CONFIGURE_ARGS= --with-mysql-config INSTALL_TARGET= site-install post-install: |