diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /databases/vfront | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) |
Notes
Diffstat (limited to 'databases/vfront')
-rw-r--r-- | databases/vfront/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/vfront/Makefile b/databases/vfront/Makefile index 3bdc883448e9..ad47235f01ef 100644 --- a/databases/vfront/Makefile +++ b/databases/vfront/Makefile @@ -28,7 +28,7 @@ USE_MYSQL= yes .if ${PORT_OPTIONS:MPGSQL} USE_PHP+= pgsql -USE_PGSQL= yes +USES+= pgsql .endif post-patch: |