aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-29 22:43:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-29 22:43:30 +0000
commitbd16d398f73c393fcac3bf857661c0917830f310 (patch)
tree16567e64a8da51daf04b0d2e829d26a27f5a58ca /astro
parente09061930bd5484de3f54da7b1a0f4548d330710 (diff)
Fix logic on X11 testing
Notes
Notes: svn path=/head/; revision=309638
Diffstat (limited to 'astro')
-rw-r--r--astro/xtide/Makefile2
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 "