mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add USE_FREETYPE.
- Print the portsdir variable in front of the origin for easy copy und paste of the output.
This commit is contained in:
parent
7971e7939a
commit
dd65a20d30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198330
1 changed files with 5 additions and 1 deletions
|
@ -123,7 +123,11 @@ for i in $@; do
|
|||
result="USE_GNOME+=${GNOME}"
|
||||
fi
|
||||
|
||||
# USE_xxx exceptions, sorting key is the USE_xxx name
|
||||
case ${origin} in
|
||||
print/freetype2)
|
||||
result="USE_FREETYPE=yes"
|
||||
;;
|
||||
devel/gettext)
|
||||
result="USE_GETTEXT=yes"
|
||||
;;
|
||||
|
@ -133,7 +137,7 @@ for i in $@; do
|
|||
esac
|
||||
|
||||
if [ -z "${result}" ]; then
|
||||
result="${lib}:${origin}"
|
||||
result="${lib}:\${PORTSDIR}/${origin}"
|
||||
fi
|
||||
|
||||
echo ${result}
|
||||
|
|
Loading…
Add table
Reference in a new issue