aboutsummaryrefslogtreecommitdiff
path: root/math/units
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-08-19 11:16:40 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-08-19 11:16:40 +0000
commit7f180e714066f86d9461150957ea030c761507cb (patch)
treea6f554dd08f81a65788fd25cafd9d918b597cd8d /math/units
parented5183f4c98fd3dde62ba3e32b0f231c578ffd33 (diff)
downloadports-7f180e714066f86d9461150957ea030c761507cb.tar.gz
ports-7f180e714066f86d9461150957ea030c761507cb.zip
Better to put OPTIONS_DEFINE before OPTIONS_DEFAULT
Notes
Notes: svn path=/head/; revision=545314
Diffstat (limited to 'math/units')
-rw-r--r--math/units/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/units/Makefile b/math/units/Makefile
index 1473bd85f997..028c0bfe30c7 100644
--- a/math/units/Makefile
+++ b/math/units/Makefile
@@ -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: