diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-16 04:56:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-16 04:56:22 +0000 |
commit | f8b42ab2f1c20073718fe880041a597155abf2fe (patch) | |
tree | 74b336ebefa4e3f21f43d9ee34d1f7d019cdef9d /mail/sendmail812 | |
parent | 2c13adb30ced48fe2438ad271ee00c5e3e8853ea (diff) | |
download | ports-f8b42ab2f1c20073718fe880041a597155abf2fe.tar.gz ports-f8b42ab2f1c20073718fe880041a597155abf2fe.zip |
Notes
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index e4ff1105b9ca..3f802fde4e89 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -78,7 +78,7 @@ OPENLDAP_LIB?= libldap.so.2 BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT} RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT} .else -USE_OPENLDAP_VER?= 22 +USE_OPENLDAP= yes .endif .else CONFLICTS+= sendmail*+ldap*-8.* @@ -216,6 +216,14 @@ do-configure: 'APPENDDEF(`confENVDEF'\'', `-DSM_CONF_SHM=0'\'')' \ >> ${WCONF}/site.config.m4 .endif +.if defined(PARALLEL_APACKAGE_BUILD) || defined(BATCH) + ${ECHO_CMD} \ + 'define(`confNO_HELPFILE_INSTALL'\'',`True'\'')' \ + >> ${WCONF}/site.config.m4 + ${ECHO_CMD} \ + 'define(`confNO_STATISTICS_INSTALL'\'', `True'\'')' \ + >> ${WCONF}/site.config.m4 +.endif post-build: ( cd ${WRKSRC}/doc/op && ${MAKE} op.txt ) |