diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-07 23:37:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-07 23:37:53 +0000 |
commit | 7af569c17150107c8614569c8a16c5520b2d0784 (patch) | |
tree | 492c432a2ab0b114b31ec2694917b4ad0a98268c /comms/gnokii | |
parent | fd6141a367cad8846f2d442ada6eb137b18e0eb0 (diff) |
Notes
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index a097a78b9352..47a50b91be21 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --disable-mysql PLIST_SUB+= MSM='@comment ' . endif . if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql PLIST_SUB+= PGM='' . else CONFIGURE_ARGS+= --disable-postgres |