diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-06 20:26:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-06 20:26:02 +0800 |
commit | 6bce7b0cf486a36bfe330af3be58df09bed657b5 (patch) | |
tree | b76991a6421e0c61e84869d97d6eba277306ca09 /mail/enma/Makefile | |
parent | 73887104b8dcbe050ef88442639262610674ad17 (diff) | |
download | freebsd-ports-gnome-6bce7b0cf486a36bfe330af3be58df09bed657b5.tar.gz freebsd-ports-gnome-6bce7b0cf486a36bfe330af3be58df09bed657b5.tar.zst freebsd-ports-gnome-6bce7b0cf486a36bfe330af3be58df09bed657b5.zip |
Do not set OPTIONS_DEFINE twice
Diffstat (limited to 'mail/enma/Makefile')
-rw-r--r-- | mail/enma/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 1c9600edf44b..221730de1443 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -13,8 +13,6 @@ COMMENT= Sender authentication milter supporting SPF and Sender ID LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= LIBBIND -LIBBIND_DESC= Link against dns/libbind instead of dns/ldns GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl-incdir=${OPENSSLINC} \ @@ -29,7 +27,9 @@ MANLANG= "" ja_JP.UTF-8 PORTDOCS= ChangeLog INSTALL LICENSE README SUB_FILES= milter-enma -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS LIBBIND + +LIBBIND_DESC= Link against dns/libbind instead of dns/ldns .if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT) CONF_SUB= ${REINPLACE_CMD} -e '/milter\.postfix/s/false/true/' ${WRKSRC}/enma/etc/enma.conf.sample |