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-toolkits | |
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-toolkits')
-rw-r--r-- | x11-toolkits/libXaw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 3dda64cc8efd..27f31857ab44 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -13,6 +13,7 @@ CATEGORIES= x11-toolkits MAINTAINER= x11@FreeBSD.org COMMENT= X Athena Widgets library +WITH_FBSD10_FIX=yes XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt USE_GMAKE= yes |