diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-28 19:35:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-28 19:35:34 +0800 |
commit | 00fec470477ac79eb7d9ef37768a97b22c05b3b0 (patch) | |
tree | 1d55186f351e0ed25f440d3afa06c6cf49b5f2dc | |
parent | 907bb878b169110c7eacb85bfb9656c27b0b2d55 (diff) | |
download | freebsd-ports-gnome-00fec470477ac79eb7d9ef37768a97b22c05b3b0.tar.gz freebsd-ports-gnome-00fec470477ac79eb7d9ef37768a97b22c05b3b0.tar.zst freebsd-ports-gnome-00fec470477ac79eb7d9ef37768a97b22c05b3b0.zip |
Convert to USES=pgsql
-rw-r--r-- | databases/pgsphere/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile index 80c4b9f88e18..db92f2a00a9e 100644 --- a/databases/pgsphere/Makefile +++ b/databases/pgsphere/Makefile @@ -17,8 +17,7 @@ OPTIONS_DEFINE= DOCS MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 docdir=${DOCSDIR} USE_LDCONFIG= yes -USE_PGSQL= yes -USES= gmake +USES= gmake pgsql DATADIR= ${PREFIX}/share/postgresql DOCSDIR?= ${PREFIX}/share/doc/postgresql |