diff options
author | swills <swills@FreeBSD.org> | 2016-06-29 00:32:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-06-29 00:32:43 +0800 |
commit | 037a9185b57d39454377321fdf3eb08358d3628d (patch) | |
tree | 6899b45d4172d4617c6fc99cfb2e78579b78be19 /databases | |
parent | ae2a35a15a18f84ff7ef71829503c0abc6f94a1f (diff) | |
download | freebsd-ports-graphics-037a9185b57d39454377321fdf3eb08358d3628d.tar.gz freebsd-ports-graphics-037a9185b57d39454377321fdf3eb08358d3628d.tar.zst freebsd-ports-graphics-037a9185b57d39454377321fdf3eb08358d3628d.zip |
databases/postgresql-plruby: remove unneeded USE_RUBY_RDOC
With hat: ruby@
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 07fe279afab..053f2dabd41 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -18,7 +18,6 @@ USES+= uidfix tar:bzip2 pgsql WANT_PGSQL= server USE_RUBY= yes USE_RUBY_EXTCONF= yes -USE_RUBY_RDOC= yes POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER_NODOT}-server PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} |