diff options
author | kwm <kwm@FreeBSD.org> | 2015-12-10 20:27:56 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-12-10 20:27:56 +0800 |
commit | 6cd5116b72ed79058648c7721adf1d3e17ebd993 (patch) | |
tree | 54bf9edcf99daef32b42739aa5c80fb59bfc0e23 /x11-fonts/Makefile | |
parent | 07c63fcb20b87240f84eedd7a24559844584cbb8 (diff) | |
download | freebsd-ports-gnome-6cd5116b72ed79058648c7721adf1d3e17ebd993.tar.gz freebsd-ports-gnome-6cd5116b72ed79058648c7721adf1d3e17ebd993.tar.zst freebsd-ports-gnome-6cd5116b72ed79058648c7721adf1d3e17ebd993.zip |
Add libXfont2.
libXfont2 is the same as the old libXfont libary, but has a shiny
new API/ABI that avoids referencing symbols in the X server directly.
The code for the X server to use this version is awaiting review and
merging still.
Comment the CPE information out since it unclear which product name
will be used.
Diffstat (limited to 'x11-fonts/Makefile')
-rw-r--r-- | x11-fonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index bba4503ef3cd..73646747f1cd 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -114,6 +114,7 @@ SUBDIR += lfpfonts-var SUBDIR += libFS SUBDIR += libXfont + SUBDIR += libXfont2 SUBDIR += libXfontcache SUBDIR += libXft SUBDIR += liberation-fonts-ttf |