- 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:
Alexander Leidinger 2007-08-26 14:43:52 +00:00
parent 7971e7939a
commit dd65a20d30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198330

View file

@ -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}