diff options
| author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
| commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
| tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /databases/rubygem-pg | |
| parent | Create a subdirectory of /var/run that is writeable by the bopm user and (diff) | |
Finally retire USE_PGSQL
Diffstat (limited to 'databases/rubygem-pg')
| -rw-r--r-- | databases/rubygem-pg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rubygem-pg/Makefile b/databases/rubygem-pg/Makefile index 05eb9a4b0cd4..6d67f11d866a 100644 --- a/databases/rubygem-pg/Makefile +++ b/databases/rubygem-pg/Makefile @@ -15,7 +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 -USE_PGSQL= yes +USES+= pgsql USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |
