diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 12:40:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 12:40:05 +0000 |
commit | 9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c (patch) | |
tree | bd0e67defd6871bf90e4a59d494be6a5b724c4b2 /databases/p5-Pg | |
parent | 05bbadc591e9e59ed73e4ad27edd26ed8b29104d (diff) |
Notes
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r-- | databases/p5-Pg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index 87656ac4ea57..c2a2c36bd42b 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -14,8 +14,7 @@ DIST_SUBDIR= postgresql MAINTAINER= perl@FreeBSD.org COMMENT= Interface for using perl5 to access PostgreSQL databases -USE_PGSQL= yes -USES= perl5 +USES= perl5 pgsql USE_PERL5= configure CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib |