diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-29 17:12:11 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-29 17:12:11 +0800 |
commit | 7007c03499b79c66394456d515e3e8b2d977295d (patch) | |
tree | cf5bfd45b00ef5378b97785cad3f59b9434553c8 | |
parent | 8d6bb088f13ad02068a33f396ec805c11be8d713 (diff) | |
download | xorg-devel-ports-7007c03499b79c66394456d515e3e8b2d977295d.tar.gz xorg-devel-ports-7007c03499b79c66394456d515e3e8b2d977295d.tar.zst xorg-devel-ports-7007c03499b79c66394456d515e3e8b2d977295d.zip |
Don't build spec files.
Reported by: drogoh on IRC
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@428 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/inputproto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index fd21a02..82592d5 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -13,5 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Input extension headers XORG_CAT= proto +CONFIGURE_ARGS= --disable-specs \ + --without-asciidoc .include <bsd.port.mk> |