aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rackmonkey
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 /net-mgmt/rackmonkey
parent5b6c7671efda9fa65107199c83addafb2a6f9dca (diff)
downloadports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.tar.gz
ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip
Finally retire USE_PGSQL
Notes
Notes: svn path=/head/; revision=373100
Diffstat (limited to 'net-mgmt/rackmonkey')
-rw-r--r--net-mgmt/rackmonkey/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile
index 960b3de6dc79..950d89a9ca76 100644
--- a/net-mgmt/rackmonkey/Makefile
+++ b/net-mgmt/rackmonkey/Makefile
@@ -43,7 +43,7 @@ USE_MYSQL= yes
RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= 83
+USES+= pgsql
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.endif
@@ -80,7 +80,7 @@ do-install:
fi \
fi \
fi \
- elif [ "${USE_MYSQL}" -o "${USE_PGSQL}" ]; then \
+ elif [ "${USE_MYSQL}" -o "${USES:MPGSQL}" ]; then \
${INSTALL} ${WRKSRC}/conf/rackmonkey.conf-default ${STAGEDIR}${WWWDIR}/; \
fi
if [ -e "${WWWDIR}/rackmonkey.conf" ]; then \