- use LIB_DEPENDS

- remove option WITHOUT_MILTER
This commit is contained in:
Dirk Meyer
2016-02-13 10:32:15 +00:00
parent f00a2bfe0b
commit ea13cab589

View File

@@ -14,8 +14,8 @@
# WITH_SENDMAIL_BASE=yes - Use milter in the base
# WITH_SENDMAIL_PORT=yes - Use milter from ports
#
# If unspecified, check for the lib exits in the base system,
# but give an installed port preference over it.
# If unspecified, check for the lib exist in the base system,
# but gives an installed port preference over it.
#
#
# Overrideable defaults:
@@ -56,8 +56,7 @@ WITH_SENDMAIL_BASE=yes
.if defined(WITH_SENDMAIL_STATIC_MILTER)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT}
.else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT}
RUN_DEPENDS+= ${LOCALBASE}/lib/libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT}
LIB_DEPENDS+= libmilter.so.${MILTER_SOVER}:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT}
.endif
SENDMAIL_MILTER_PORT?= libmilter
@@ -75,14 +74,6 @@ CFLAGS=${MILTERINC}
.endif
.endif
.if defined(WITHOUT_MILTER)
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} You must unset variable SENDMAIL_WITHOUT_MILTER,
@${ECHO_MSG} and rebuild sendmail in the ports
@${FALSE}
.endif
.endif
.if defined(WITH_SENDMAIL_BASE)