diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
commit | d0b73dd53436e6bd29701902fe6a78ada09f9f59 (patch) | |
tree | a057af9fd63f1e122391d52bbe23dee0bf08cffe /x11-toolkits/libXmu | |
parent | 03d2969e82aaa9b464977821bf644be406a01b1f (diff) | |
download | freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.gz freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.zst freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'x11-toolkits/libXmu')
-rw-r--r-- | x11-toolkits/libXmu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index 7d4ed1ccdaaf..f14b4f0bdde1 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -13,6 +13,7 @@ CATEGORIES= x11-toolkits MAINTAINER= x11@FreeBSD.org COMMENT= X Miscellaneous Utilities libraries +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= xproto:both x11 xt xext |