Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 04:22:14 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502678 - head/games/xbill
Message-ID:  <201905260422.x4Q4MElR025946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 04:22:14 2019
New Revision: 502678
URL: https://svnweb.freebsd.org/changeset/ports/502678

Log:
  games/xbill: Unbreak options
  
  There is no opt_CONFIGURE_ARGS_ON helper.  If both Motif and Athena
  are available in the build environment it would always be built
  with support for both toolkits.  Broken in r498490.

Modified:
  head/games/xbill/Makefile

Modified: head/games/xbill/Makefile
==============================================================================
--- head/games/xbill/Makefile	Sun May 26 04:14:52 2019	(r502677)
+++ head/games/xbill/Makefile	Sun May 26 04:22:14 2019	(r502678)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xbill
 PORTVERSION=	2.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	games
 MASTER_SITES=	http://www.xbill.org/download/
 
@@ -36,10 +36,10 @@ OPTIONS_DEFAULT=	ATHENA
 ATHENA_DESC=	Athena widget set
 MOTIF_DESC=	Motif widget set
 
-ATHENA_CONFIGURE_ARGS_ON=	--disable-motif
+ATHENA_CONFIGURE_ON=	--disable-motif
 ATHENA_USE=	xorg=xaw,xmu
 
-MOTIF_CONFIGURE_ARGS_ON=	--disable-athena
+MOTIF_CONFIGURE_ON=	--disable-athena
 MOTIF_USES=	motif
 
 post-patch:



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