diff options
author | knu <knu@FreeBSD.org> | 2002-02-19 18:01:14 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-02-19 18:01:14 +0800 |
commit | 3c85139e4404900a0371fa3fa2e3032a638d1dba (patch) | |
tree | e8374dd1798cfaf5133f8c15dd91bc753a9b176f /databases/rubygem-postgres | |
parent | 45b8dee76eb2e23586a2a83f9fe8b26bac9e5408 (diff) | |
download | freebsd-ports-gnome-3c85139e4404900a0371fa3fa2e3032a638d1dba.tar.gz freebsd-ports-gnome-3c85139e4404900a0371fa3fa2e3032a638d1dba.tar.zst freebsd-ports-gnome-3c85139e4404900a0371fa3fa2e3032a638d1dba.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.
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 1d7651da2a34..42940ea27c3b 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-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 |