aboutsummaryrefslogtreecommitdiff
path: root/mail/tpop3d
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
commit4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /mail/tpop3d
parent5b6c7671efda9fa65107199c83addafb2a6f9dca (diff)
downloadports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.tar.gz
ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip
Finally retire USE_PGSQL
Notes
Notes: svn path=/head/; revision=373100
Diffstat (limited to 'mail/tpop3d')
-rw-r--r--mail/tpop3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index 2c6a76e2303a..b15ba5f6a41e 100644
--- a/mail/tpop3d/Makefile
+++ b/mail/tpop3d/Makefile
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --enable-auth-mysql \
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
DEFAULT_PGSQL_VER= 80
CONFIGURE_ARGS+= --enable-auth-pgsql \
--with-pgsql-lib-dir=${LOCALBASE}/lib \