diff options
author | joerg <joerg@pkgsrc.org> | 2015-10-24 21:20:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-10-24 21:20:10 +0000 |
commit | b4282f90069e8a4030a54589a5e321d811bd1474 (patch) | |
tree | 20b664674e3fe269bf62762fb6b2f4a27e21ee5c | |
parent | ccf222b6d054bdf467bb947f743d7289e91ca71f (diff) | |
download | pkgsrc-b4282f90069e8a4030a54589a5e321d811bd1474.tar.gz |
Use normal PG selection version and don't hard-code PostgreSQL 8.4.
-rw-r--r-- | math/pspp/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/options.mk b/math/pspp/options.mk index 955afb07255..07e04b8feb7 100644 --- a/math/pspp/options.mk +++ b/math/pspp/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2009/09/04 21:39:10 asau Exp $ +# $NetBSD: options.mk,v 1.2 2015/10/24 21:20:10 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pspp PKG_SUPPORTED_OPTIONS= pgsql x11 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --without-gui --without-libplot .if !empty(PKG_OPTIONS:Mpgsql) CONFIGURE_ARGS+= --with-libpq -.include "../../databases/postgresql84-client/buildlink3.mk" +.include "../../mk/pgsql.buildlink3.mk" .else CONFIGURE_ARGS+= --without-libpq .endif |