diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-07 09:18:20 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-07 09:18:20 +0800 |
commit | b190d788d697574195dfd8a0c1994cb823699573 (patch) | |
tree | e8057f1269604edb9abf66e04d76ef79551b2e72 | |
parent | c71972f74d5e4ee770a7d0628325e2ab42b8ef0b (diff) | |
download | freebsd-ports-gnome-b190d788d697574195dfd8a0c1994cb823699573.tar.gz freebsd-ports-gnome-b190d788d697574195dfd8a0c1994cb823699573.tar.zst freebsd-ports-gnome-b190d788d697574195dfd8a0c1994cb823699573.zip |
Avoid automagical creation of xmlto files
Submitted by: dougb
-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 6ee13953b923..bda2de2e5a67 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -16,6 +16,7 @@ COMMENT= X Athena Widgets library XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt USE_GMAKE= yes +CONFIGURE_ARGS+=--without-xmlto MAN3= Xaw.3 |