diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:40:10 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:40:10 +0000 |
commit | cbaddcd0e1d5ac75df49939d7a3d45738536a325 (patch) | |
tree | d7f6566634703a80451a3be5d82d92d2e6b61414 /databases/p5-postgresql-plperl | |
parent | Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab (diff) |
Adding POSTGRESQL_PORT tunable. Not bumping PORTREVISION.
Notes
Notes:
svn path=/head/; revision=73440
Diffstat (limited to 'databases/p5-postgresql-plperl')
-rw-r--r-- | databases/p5-postgresql-plperl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index 4e99c9adf953..2f459f2c0ad7 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -11,10 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= girgen@pingpong.net +POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES -.include <${.CURDIR}/../postgresql7/Makefile> +.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> -RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7 +RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} USE_PERL5= yes CONFIGURE_ARGS= --with-perl |