diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-30 06:43:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-30 06:43:30 +0800 |
commit | 00e224f66fb5999610137106f08dfc2ded28ef83 (patch) | |
tree | 16567e64a8da51daf04b0d2e829d26a27f5a58ca /astro/xtide/Makefile | |
parent | d02c7d47c14cc5ce34c299cc17a2e3b74b1ff569 (diff) | |
download | freebsd-ports-gnome-00e224f66fb5999610137106f08dfc2ded28ef83.tar.gz freebsd-ports-gnome-00e224f66fb5999610137106f08dfc2ded28ef83.tar.zst freebsd-ports-gnome-00e224f66fb5999610137106f08dfc2ded28ef83.zip |
Fix logic on X11 testing
Diffstat (limited to 'astro/xtide/Makefile')
-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 " |