svn commit: r329275 - head/games/freeciv-nox11
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 4 09:36:33 UTC 2013
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"
More information about the svn-ports-head
mailing list