aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-24 10:18:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-24 10:18:50 +0000
commitc6f651390a46bb0abf23eb12f6bf435fd142af23 (patch)
tree24b07d918a45d04da3d1e5d65d5a5802bc0952ff /mail/sympa/Makefile
parente3a96b61ab5deb3fc51d74519cf765af03a96d67 (diff)
downloadports-c6f651390a46bb0abf23eb12f6bf435fd142af23.tar.gz
ports-c6f651390a46bb0abf23eb12f6bf435fd142af23.zip
Notes
Diffstat (limited to 'mail/sympa/Makefile')
-rw-r--r--mail/sympa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
index 1207e316edb4..42b56ac3c484 100644
--- a/mail/sympa/Makefile
+++ b/mail/sympa/Makefile
@@ -101,7 +101,7 @@ SYBASE_DESC= Sybase database
DB_TYPE:= ${DB_TYPE:tu}
. for option in ${OPTIONS_RADIO_DATABASE}
. if ${DB_TYPE} == ${option:S,PGSQL,PG,}
-OPTIONS_SET+= ${option}
+OPTIONS_DEFAULT+= ${option}
.warning You need to replace your DB_TYPE variable in make.conf with mail_sympa_SET+=${option}
. endif
. endfor