Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 11:16:40 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545314 - head/math/units
Message-ID:  <202008191116.07JBGejo077484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Aug 19 11:16:40 2020
New Revision: 545314
URL: https://svnweb.freebsd.org/changeset/ports/545314

Log:
  Better to put OPTIONS_DEFINE before OPTIONS_DEFAULT

Modified:
  head/math/units/Makefile

Modified: head/math/units/Makefile
==============================================================================
--- head/math/units/Makefile	Wed Aug 19 11:14:29 2020	(r545313)
+++ head/math/units/Makefile	Wed Aug 19 11:16:40 2020	(r545314)
@@ -18,8 +18,8 @@ CONFIGURE_ARGS=	--program-prefix=g
 
 INFO=		units
 
-OPTIONS_DEFAULT=	READLINE
 OPTIONS_DEFINE=		READLINE
+OPTIONS_DEFAULT=	READLINE
 READLINE_USES=	readline:port
 
 post-patch:



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