1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Convert to USES=pgsql

This commit is contained in:
Baptiste Daroussin 2014-05-28 11:47:09 +00:00
parent fa9f53cd1e
commit 6122aafaef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355611

View File

@ -8,10 +8,9 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Monitor statistics and activity of PostgreSQL
USE_PGSQL= server
USES= gmake
USES= gmake pgsql
WANT_PGSQL= server
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
NO_STAGE= yes
.include <bsd.port.mk>