aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-pg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-pg/Makefile')
-rw-r--r--databases/rubygem-pg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rubygem-pg/Makefile b/databases/rubygem-pg/Makefile
index 7a65f33c1706..2ea1aa9d4761 100644
--- a/databases/rubygem-pg/Makefile
+++ b/databases/rubygem-pg/Makefile
@@ -16,6 +16,6 @@ CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
PG_CONFIG= ${LOCALBASE}/bin/pg_config
USE_RUBY= yes
-USES= gem:autoplist pgsql
+USES= gem pgsql
.include <bsd.port.mk>