diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | 7b488295120bfec78abcdd29c219fd0995676c04 (patch) | |
tree | 24fccee7f220d354bab8169352f38ae33d6ecb56 /databases/ruby-postgres | |
parent | bfb9f8e6c93b2c638014779f1429d726c35e4e69 (diff) | |
download | ports-7b488295120bfec78abcdd29c219fd0995676c04.tar.gz ports-7b488295120bfec78abcdd29c219fd0995676c04.zip |
Notes
Diffstat (limited to 'databases/ruby-postgres')
-rw-r--r-- | databases/ruby-postgres/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index a48759ebac9b..5338e8e85ee1 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-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 |