diff options
author | tnn <tnn> | 2010-04-10 23:22:49 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-04-10 23:22:49 +0000 |
commit | 5cdd519dbeaea351259379c8c9f2149237355687 (patch) | |
tree | 5b96bdb1c096aa15ada150aa445381f8b3acf3fe /x11 | |
parent | 527c77a99d394e3e74d75a16d09d23a0c833592f (diff) | |
download | pkgsrc-5cdd519dbeaea351259379c8c9f2149237355687.tar.gz |
override xmlto(1) configure test
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXtst/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 1b11214eaea..dbc6f0627ac 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/04/09 08:41:23 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2010/04/10 23:22:49 tnn Exp $ # DISTNAME= libXtst-1.1.0 @@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= xtst.pc.in +CONFIGURE_ENV+= ac_cv_path_XMLTO= # empty + .include "../../x11/inputproto/buildlink3.mk" .include "../../x11/recordproto/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" |