diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-10-16 06:18:55 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-10-16 06:18:55 +0000 |
commit | 8889a4cbcabb5fc0a507599b9e29f8f7da1f1539 (patch) | |
tree | 691005d6cfb32c98ca4c6546a9c1fd8c65151d58 /mail | |
parent | c7d984d0435c25b01d36b6f4e496bf5a27db9e76 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sa-utils/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile index 452e1abfd1b4..12f7a4e3409f 100644 --- a/mail/sa-utils/Makefile +++ b/mail/sa-utils/Makefile @@ -23,14 +23,9 @@ PERIODIC_DAILY= etc/periodic/daily PLIST_FILES= ${PERIODIC_DAILY}/sa-utils -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSACOMPILE} -RUN_DEPENDS+= re2c>=0.12.0:devel/re2c -SUB_LIST+= SACOMPILE=YES -.else -SUB_LIST+= SACOMPILE=NO -.endif +OPTIONS_SUB= yes + +SACOMPILE_RUN_DEPENDS= re2c>=0.12.0:devel/re2c do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/ |