aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-plruby/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-10-15 06:31:23 +0800
committerknu <knu@FreeBSD.org>2003-10-15 06:31:23 +0800
commit86af5f8d0868e3e4bb775ed2bfc4545337dd70ca (patch)
tree5ce41f9839610c3d1916150c307db8d39a502085 /databases/postgresql-plruby/Makefile
parente4bac5bf40d8f94d1f037654f07dafed8041d94e (diff)
downloadfreebsd-ports-gnome-86af5f8d0868e3e4bb775ed2bfc4545337dd70ca.tar.gz
freebsd-ports-gnome-86af5f8d0868e3e4bb775ed2bfc4545337dd70ca.tar.zst
freebsd-ports-gnome-86af5f8d0868e3e4bb775ed2bfc4545337dd70ca.zip
Update to 0.3.6.
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r--databases/postgresql-plruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile
index 543fee916428..2c024022851b 100644
--- a/databases/postgresql-plruby/Makefile
+++ b/databases/postgresql-plruby/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plruby
-PORTVERSION= 0.3.5
+PORTVERSION= 0.3.6
CATEGORIES= databases ruby
MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/
PKGNAMEPREFIX= postgresql-
@@ -27,7 +27,7 @@ PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT}
PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC
CONFIGURE_ARGS= --with-pgsql-version="${PGSQL_VERSION}" \
- --with-pgsql-srcinc-dir="`${PGSQL_WRKSRC_CMD}`/src/include" \
+ --with-pgsql-srcinc="`${PGSQL_WRKSRC_CMD}`/src/include" \
--with-pgsql-include-dir="${LOCALBASE}/include" \
--with-pgsql-lib="${LOCALBASE}/lib"
#CONFIGURE_ARGS+= --with-safe-level=0