diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:31:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:31:45 +0000 |
commit | 71bf80b1e5914a5a76fdb542f43b9159976779e0 (patch) | |
tree | 1cb2a85eefb4ee94dd410b90429972865fe74c46 /CHANGES | |
parent | 6ecfed31c650a0e2a749a81b91b032e030842769 (diff) | |
download | ports-71bf80b1e5914a5a76fdb542f43b9159976779e0.tar.gz ports-71bf80b1e5914a5a76fdb542f43b9159976779e0.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -10,6 +10,22 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20130506: +AUTHOR: bapt@FreeBSD.org + + * New USES macro to handle linking on ncurses and on readline + + USES= ncurses will set env and make the port link to base version of ncurses + if no port version is installed otherwise it will link against port version + USES= ncurses:port will for the port to link against the ports version of + ncurses + USES= ncurses:base will force to link against base version of ncurses. + + USES= readline will make the port link against base version of readline except + on 10+ where it will force dependency on the port version of readline + USES= readline:port will anyway force dependency on the port version of + readline. + 20130426: AUTHOR: mva@FreeBSD.org |