summaryrefslogtreecommitdiff
path: root/databases/postgresql-plruby/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-10-14 22:31:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-10-14 22:31:23 +0000
commitb28f6016d366127458f527ae0412a836d7683c54 (patch)
tree1177ef0fe1181321d777a7dff7d827960afec0df /databases/postgresql-plruby/Makefile
parentUpdate to 0.1.9. (diff)
Update to 0.3.6.
Notes
Notes: svn path=/head/; revision=91256
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