diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-30 16:58:06 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-30 16:58:06 +0000 |
| commit | 2cca5dd305fdb53f0615a6088a75d6ee6f9e0bdd (patch) | |
| tree | 3d8ab39b85018d9bc41876da937c45bf5ec75562 /databases/postgresql-plruby/Makefile | |
| parent | Update to 1.7.15. (diff) | |
Update to 0.3.0.
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
| -rw-r--r-- | databases/postgresql-plruby/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 95c3d2374d4b..fb2380d04eb8 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -6,8 +6,7 @@ # PORTNAME= plruby -PORTVERSION= 0.2.9 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= postgresql- @@ -30,6 +29,9 @@ CONFIGURE_ARGS= --with-pgsql-version="${PGSQL_VERSION}" \ --with-pgsql-srcinc-dir="`${PGSQL_WRKSRC_CMD}`/src/include" \ --with-pgsql-include-dir="${LOCALBASE}/include" \ --with-pgsql-lib="${LOCALBASE}/lib" +#CONFIGURE_ARGS+= --with-safe-level=0 +#CONFIGURE_ARGS+= --with-main-safe-level=0 +#CONFIGURE_ARGS+= --with-timeout=30 INSTALL_TARGET= site-install DOCS= Changes README.en plruby.html plruby.rd |
