mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Unfix the postgresql dependencies, they were right at the begining.
Pointy hat to: me
This commit is contained in:
parent
436a4a51de
commit
dd29f0c124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101040
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
|||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
.endif
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
PGSQL_WRKSRC!= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ PKGNAMESUFFIX= -plperl
|
|||
MAINTAINER= girgen@pingpong.net
|
||||
COMMENT= A module for using Perl5 to write SQL functions
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql-client
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
POSTGRESQL_SUBPORT=YES
|
||||
.include "../../${POSTGRESQL_PORT}/Makefile"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue