diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-19 10:01:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-19 10:01:14 +0000 |
commit | a482d008a554b74f3128f1604c58416c81918696 (patch) | |
tree | faf7846e6486924729acfb6652beb7a254ef0a62 /databases/ruby-postgres | |
parent | 3f54ec6ef13aa6b2799608ec4d7de786eac509fc (diff) | |
download | ports-a482d008a554b74f3128f1604c58416c81918696.tar.gz ports-a482d008a554b74f3128f1604c58416c81918696.zip |
Support the new layout of PostgreSQL 7.2 and drop the WITH_OLD_LAYOUT
support.
Submitted by: Palle Girgensohn <girgen@partitur.se>
Bump PORTREVISION just in case.
Notes
Notes:
svn path=/head/; revision=54902
Diffstat (limited to 'databases/ruby-postgres')
-rw-r--r-- | databases/ruby-postgres/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 1d7651da2a34..42940ea27c3b 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgres PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,12 +21,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 USE_RUBY= yes USE_RUBY_EXTCONF= yes -.if defined(WITH_OLD_LAYOUT) -CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/pgsql/include" \ - --with-pgsql-lib-dir="${LOCALBASE}/pgsql/lib" -.else -CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include/pgsql" -.endif +CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include" INSTALL_TARGET= site-install DOCS_EN= ChangeLog README doc/postgres.html |