diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:04:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:04:53 +0800 |
commit | 4329ce27057cc548043e1f91837b194cc2642beb (patch) | |
tree | ee6dda408244d4ff19ad1d56e2afd06c5252174c /x11-fonts | |
parent | d7d9dab0b67b36221333f0bc3d5b39dd43bbec75 (diff) | |
download | freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.tar.gz freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.tar.zst freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.zip |
- Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/libXft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 696f58073d65..9a53b1958340 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= xproto:both xrender |