aboutsummaryrefslogtreecommitdiffstats
path: root/irc
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 /irc
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 'irc')
-rw-r--r--irc/inspircd/Makefile2
-rw-r--r--irc/ratbox-services/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index a065d1d37865..9c6beedab83a 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -89,7 +89,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
EXTRAS:=${EXTRAS},m_pgsql.cpp
PLIST_SUB+= PGSQL=""
.else
diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile
index c2e967983a08..21ddeebd0ffe 100644
--- a/irc/ratbox-services/Makefile
+++ b/irc/ratbox-services/Makefile
@@ -119,7 +119,7 @@ CONFIGURE_ARGS+= --enable-mysql=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
CONFIGURE_ARGS+= --enable-pgsql=${LOCALBASE}
.endif