Date: Fri, 4 Oct 2013 09:36:32 +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: r329275 - head/games/freeciv-nox11 Message-ID: <201310040936.r949aWt5024019@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Oct 4 09:36:32 2013 New Revision: 329275 URL: http://svnweb.freebsd.org/changeset/ports/329275 Log: Fix after removal of PKGNAMESUFFIX in master port While here use OPTIONS_EXCLUDE to exclude options Modified: head/games/freeciv-nox11/Makefile Modified: head/games/freeciv-nox11/Makefile ============================================================================== --- head/games/freeciv-nox11/Makefile Fri Oct 4 09:34:19 2013 (r329274) +++ head/games/freeciv-nox11/Makefile Fri Oct 4 09:36:32 2013 (r329275) @@ -4,8 +4,8 @@ MASTERDIR= ${.CURDIR}/../freeciv # Explicitly exclude X11 options -OPTIONS_DEFINE= MYSQL IPV6 -OPTIONS_DEFAULT=MYSQL IPV6 +OPTIONS_EXCLUDE= SDL X11 +PKGNAMESUFFIX= -nox11 NO_STAGE= yes .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310040936.r949aWt5024019>