diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 5e1aa14d6ae3..cb1855279d50 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -42,7 +42,8 @@ WVS_DESC= Use world vector shoreline data (37MB) .if ${PORT_OPTIONS:MWVS} DISTFILES+= ${WVS_DISTNAME}${EXTRACT_SUFX} PLIST_SUB+= WVS="" -.elsePLIST_SUB+= WVS="@comment " +.else +PLIST_SUB+= WVS="@comment " .endif .if ! ${PORT_OPTIONS:MX11} |