diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-03-06 07:31:51 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-03-06 07:31:51 +0000 |
commit | 6a01694df5b1e7403c8f1a066a1e6b9384d4eee4 (patch) | |
tree | 4feac517964c9504153b15eaaba16f4c208376f5 /databases/postgresql-plruby | |
parent | dc9163dbcb1aa8249f96c42affacab3fd971948c (diff) |
Notes
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index d3dfd7baf7a1..ed3fc4a773ab 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -21,11 +21,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org COMMENT= PL/Ruby procedural language for the PostgreSQL database system -BUILD_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} - USE_BZIP2= yes -USE_PGSQL= yes +USE_PGSQL= server +WANT_PGSQL_VER= 84- USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes |