diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-02-23 19:25:16 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-02-23 19:25:16 +0000 |
commit | 48f133252e2e3897fc6422a3ed3437a984ba9b6d (patch) | |
tree | 96639b49348fb711950e1ba15de246772e351e65 | |
parent | 9dcb38cb383eead0731ee21cfc96f19b57e27b1a (diff) | |
download | ports-48f133252e2e3897fc6422a3ed3437a984ba9b6d.tar.gz ports-48f133252e2e3897fc6422a3ed3437a984ba9b6d.zip |
Notes
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 5d2d67fec8f8..1892b4569c19 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include \ POSTGRES_LIB=${PREFIX}/lib MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 5d2d67fec8f8..1892b4569c19 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include \ POSTGRES_LIB=${PREFIX}/lib MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |