svn commit: r545314 - head/math/units

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Aug 19 11:16:41 UTC 2020


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:


More information about the svn-ports-head mailing list