diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 22:32:45 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 22:32:45 +0000 |
commit | 8f2d6777f15f84e9686ac198498feba7f467d659 (patch) | |
tree | c44a0b2a34ac649a38cffa334c72c26757c5cd8f /mail | |
parent | 151d943888d9066bd047e809342f66d87d8141c3 (diff) | |
download | ports-8f2d6777f15f84e9686ac198498feba7f467d659.tar.gz ports-8f2d6777f15f84e9686ac198498feba7f467d659.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index bbaf1ff87027..11ada16d040d 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -202,7 +202,7 @@ PLIST_SUB+= PGSQL="" #PKGNAMESUFFIX= -pgsql _DBDRV_COUNT:= ${_DBDRV_COUNT}o . if ${PORT_OPTIONS:MPGSQL_LOCAL} -USE_PGSQL= server +WANT_PGSQL= server SUB_LIST+= PGSQL=postgresql . else SUB_LIST+= PGSQL= |