diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-10-16 12:33:31 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-10-16 12:33:31 +0000 |
commit | 6c993c03aebeb50c0f7f7899461d395f48b7f390 (patch) | |
tree | a5b20a18a3681e48b4457718fbf83ca99b6506ef | |
parent | astro/qmapshack: update to 1.9.1 (diff) |
Fix mistaken use of OPTIONS_SUB
Reported by: adamw
-rw-r--r-- | mail/sa-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile index 12f7a4e3409f..5e09e85caf41 100644 --- a/mail/sa-utils/Makefile +++ b/mail/sa-utils/Makefile @@ -23,9 +23,9 @@ PERIODIC_DAILY= etc/periodic/daily PLIST_FILES= ${PERIODIC_DAILY}/sa-utils -OPTIONS_SUB= yes - SACOMPILE_RUN_DEPENDS= re2c>=0.12.0:devel/re2c +SACOMPILE_SUB_LIST= SACOMPILE=YES +SACOMPILE_SUB_LIST_OFF= SACOMPILE=NO do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/ |