diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql_autodoc/Makefile | |
parent | Allow staging as a regular user (diff) |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Diffstat (limited to 'databases/postgresql_autodoc/Makefile')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index 1bac97e1aca4..23c0f30d7531 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -USES= gmake perl5 +USES+= gmake perl5 CONFIGURE_ARGS+=--datadir=${DATADIR} WRKSRC= ${WRKDIR}/postgresql_autodoc |