diff options
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> |