diff options
author | petef <petef@FreeBSD.org> | 2002-03-20 02:27:04 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-20 02:27:04 +0800 |
commit | f2769964590d4e782368410393c856d21ba3ab78 (patch) | |
tree | d8577061f0a9a9cca58cde6f40c981361d6843d2 /databases | |
parent | 446e6574da3c938be50e2f8e2a35180e1aeceeb8 (diff) | |
download | freebsd-ports-gnome-f2769964590d4e782368410393c856d21ba3ab78.tar.gz freebsd-ports-gnome-f2769964590d4e782368410393c856d21ba3ab78.tar.zst freebsd-ports-gnome-f2769964590d4e782368410393c856d21ba3ab78.zip |
Update to work with PostgreSQL 7.2.
PR: 36102
Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-pyPgSQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pyPgSQL/Makefile b/databases/py-pyPgSQL/Makefile index 9f37206c598b..0e1f4b779887 100644 --- a/databases/py-pyPgSQL/Makefile +++ b/databases/py-pyPgSQL/Makefile @@ -33,7 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-pyPgSQL post-patch: perl -i -p \ - -e 's#^include_dirs = \[ "/usr/local/pgsql/include" \]#include_dirs = [ "${LOCALBASE}/include/pgsql" ]# ;' \ + -e 's#^include_dirs = \[ "/usr/local/pgsql/include" \]#include_dirs = [ "${LOCALBASE}/include" ]# ;' \ -e 's#^library_dirs = \[ "/usr/local/pgsql/lib" \]#library_dirs = [ "${LOCALBASE}/lib" ]#' \ ${WRKSRC}/setup.py |