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 /lang/newlisp-devel | |
parent | Create a subdirectory of /var/run that is writeable by the bopm user and (diff) |
Finally retire USE_PGSQL
Notes
Notes:
svn path=/head/; revision=373100
Diffstat (limited to 'lang/newlisp-devel')
-rw-r--r-- | lang/newlisp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile index 1c5ef9f54040..037dbb40b382 100644 --- a/lang/newlisp-devel/Makefile +++ b/lang/newlisp-devel/Makefile @@ -71,7 +71,7 @@ PLIST_SUB+= MYSQL="@comment " .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql MODULES+= postgres PLIST_SUB+= PGSQL="" .else |