Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 22:43:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309638 - head/astro/xtide
Message-ID:  <201212292243.qBTMhV47064611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 29 22:43:30 2012
New Revision: 309638
URL: http://svnweb.freebsd.org/changeset/ports/309638

Log:
  Fix logic on X11 testing

Modified:
  head/astro/xtide/Makefile

Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile	Sat Dec 29 22:42:34 2012	(r309637)
+++ head/astro/xtide/Makefile	Sat Dec 29 22:43:30 2012	(r309638)
@@ -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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212292243.qBTMhV47064611>