diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-15 13:11:11 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-15 13:11:11 +0000 |
commit | db2fbeba1f10c431b1562d55bea05332368a6495 (patch) | |
tree | 2eb5e27e7d818a2616a41dbf7f6179d30ebc2d55 /mail/serialmail | |
parent | 14a769e8ca33bdb93c6b7e9d62e750ae38f8f6a7 (diff) |
Use new options helpers
Notes
Notes:
svn path=/head/; revision=320995
Diffstat (limited to 'mail/serialmail')
-rw-r--r-- | mail/serialmail/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile index dd3d3f8274e5..fe11f34bebd1 100644 --- a/mail/serialmail/Makefile +++ b/mail/serialmail/Makefile @@ -14,8 +14,10 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tools for passing mail across serial links RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +UCSPI_SSL_RUN_DEPENDS= sslclient:${PORTSDIR}/sysutils/ucspi-ssl USES= qmail:run +OPTIONS_SUB= yes RESTRICTED= Unsure of DJB license @@ -40,12 +42,7 @@ PATCH_DIST_STRIP= -p1 .endif .if ${PORT_OPTIONS:MUCSPI_SSL} -RUN_DEPENDS+= sslclient:${PORTSDIR}/sysutils/ucspi-ssl - MLINKS+= maildirsmtp.1 maildirsmtps.1 -PLIST_SUB+= UCSPI_SSL="" -.else -PLIST_SUB+= UCSPI_SSL="@comment " .endif post-patch: |