diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-29 22:43:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-29 22:43:30 +0000 |
commit | bd16d398f73c393fcac3bf857661c0917830f310 (patch) | |
tree | 16567e64a8da51daf04b0d2e829d26a27f5a58ca /astro/xtide | |
parent | e09061930bd5484de3f54da7b1a0f4548d330710 (diff) | |
download | ports-bd16d398f73c393fcac3bf857661c0917830f310.tar.gz ports-bd16d398f73c393fcac3bf857661c0917830f310.zip |
Notes
Diffstat (limited to 'astro/xtide')
-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 " |