diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-28 19:30:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-28 19:30:26 +0800 |
commit | 3ba96f4cfda99b362bf91e707308d49d150be604 (patch) | |
tree | d50b67581c9c170e509d07dc355734d838ac0ec7 /databases | |
parent | 72a64b63a3b539988fdbd9f347fb59c1af71e0e5 (diff) | |
download | freebsd-ports-gnome-3ba96f4cfda99b362bf91e707308d49d150be604.tar.gz freebsd-ports-gnome-3ba96f4cfda99b362bf91e707308d49d150be604.tar.zst freebsd-ports-gnome-3ba96f4cfda99b362bf91e707308d49d150be604.zip |
Convert to USES=pgsql
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 543d064035b0..8bb596a8690d 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -16,8 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= pgsql perl5 USE_PERL5= configure -USE_PGSQL= yes .include <bsd.port.mk> |