diff options
-rw-r--r-- | astro/xtide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index d6b5da2c4363..81448e23bb46 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -44,7 +44,7 @@ PLIST_SUB+= WVS="" .elsePLIST_SUB+= WVS="@comment " .endif -.if ${PORT_OPTIONS:MX11} +.if ! ${PORT_OPTIONS:MX11} PKGNAMESUFFIX+= -nox11 ALL_TARGET+= tide xttpd PLIST_SUB+= X11="@comment " |