diff options
Diffstat (limited to 'databases/rubygem-postgres/Makefile')
-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 a48759ebac9b..5338e8e85ee1 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 |