diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | f0a2f2797f4d3272e245e7751bde364a15634c65 (patch) | |
tree | 172d9b14a805ee232c5d60d2e8797ff7a8f45e81 /databases/rubygem-postgres | |
parent | 4f94b9c8c7df606bab11c747db7be3620e297d1c (diff) | |
download | FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.zip FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.gz |
Fix include directory for postgresql7.1's new layout.
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index a48759e..5338e8e 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgres PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,12 +21,9 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 USE_RUBY= yes USE_RUBY_EXTCONF= yes -CONFIGURE_ARGS= --with-pgsql-include-dir="${PGDIR}/include" \ - --with-pgsql-lib-dir="${PGDIR}/lib" +CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include/pgsql" INSTALL_TARGET= site-install -PGDIR?= ${PREFIX}/pgsql - DOCS_EN= ChangeLog README doc/postgres.html DOCS_JA= README.jp doc/postgres.jp.html |