svn commit: r309638 - head/astro/xtide

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 29 22:43:31 UTC 2012


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 "


More information about the svn-ports-all mailing list