aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 04:40:08 +0800
committercrees <crees@FreeBSD.org>2014-11-23 04:40:08 +0800
commit4b1e9a418ba2bd080b25090b526b574172f8b528 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /math
parent2e3b3317eea573bab4efca900c8197753b5a50f5 (diff)
downloadfreebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.gz
freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.zst
freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.zip
Finally retire USE_PGSQL
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-database/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile
index d9af14aba948..d826d0d0fbe8 100644
--- a/math/octave-forge-database/Makefile
+++ b/math/octave-forge-database/Makefile
@@ -19,7 +19,7 @@ OCTSRC= ${DISTNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
GNU_CONFIGURE= yes
-USE_PGSQL= yes
+USES+= pgsql
ALL_TARGET=
.include "${.CURDIR}/../../Mk/bsd.octave.mk"