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/libXi | |
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/libXi')
-rw-r--r-- | x11/libXi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index d4ab0714e8ca..757ea708f0d2 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -15,6 +15,7 @@ COMMENT= X Input extension library LICENSE= MIT +WITH_FBSD10_FIX=yes XORG_CAT= lib USE_XORG= xproto x11 xext xextproto inputproto:both |