diff options
author | swills <swills@FreeBSD.org> | 2016-04-28 00:36:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-28 00:36:41 +0800 |
commit | 900b8428054e4288c9669f4f17359be2ae8a45c3 (patch) | |
tree | 146c1b1aad08357a95df3348dea477d956cd3816 /databases/rubygem-pg | |
parent | c5f5d48270cbe2ede4cb24ba577ced5ea769dd2f (diff) | |
download | freebsd-ports-gnome-900b8428054e4288c9669f4f17359be2ae8a45c3.tar.gz freebsd-ports-gnome-900b8428054e4288c9669f4f17359be2ae8a45c3.tar.zst freebsd-ports-gnome-900b8428054e4288c9669f4f17359be2ae8a45c3.zip |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
Diffstat (limited to 'databases/rubygem-pg')
-rw-r--r-- | databases/rubygem-pg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/rubygem-pg/Makefile b/databases/rubygem-pg/Makefile index 93d69e54280c..7a65f33c1706 100644 --- a/databases/rubygem-pg/Makefile +++ b/databases/rubygem-pg/Makefile @@ -15,9 +15,7 @@ LICENSE_COMB= dual CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ --with-pgsql-lib-dir=`${PG_CONFIG} --libdir` PG_CONFIG= ${LOCALBASE}/bin/pg_config -USES= pgsql USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +USES= gem:autoplist pgsql .include <bsd.port.mk> |