summaryrefslogtreecommitdiff
path: root/ham/gnuradio-trellis
diff options
context:
space:
mode:
authormarkd <markd>2010-07-21 12:20:54 +0000
committermarkd <markd>2010-07-21 12:20:54 +0000
commitfc65bce2097c46c3dd9cb7c72c385d32ef5b25ea (patch)
tree87421649a01ad5158e8a673d5338827bce3ab320 /ham/gnuradio-trellis
parent87a8d64c4c6a5b31c3e9aa741e2fcb0cf76dd3c9 (diff)
downloadpkgsrc-fc65bce2097c46c3dd9cb7c72c385d32ef5b25ea.tar.gz
Don't try and use xmlto if configure happens to find it.
Diffstat (limited to 'ham/gnuradio-trellis')
-rw-r--r--ham/gnuradio-trellis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/gnuradio-trellis/Makefile b/ham/gnuradio-trellis/Makefile
index 984425cbbe3..0d0173118db 100644
--- a/ham/gnuradio-trellis/Makefile
+++ b/ham/gnuradio-trellis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/08/12 12:21:40 markd Exp $
+# $NetBSD: Makefile,v 1.4 2010/07/21 12:20:54 markd Exp $
PKGNAME= gnuradio-trellis-${VERSION}
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
@@ -9,6 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+=--enable-gr-trellis
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
+CONFIGURE_ENV+=XMLTO=no
PYTHON_PATCH_SCRIPTS+= gr-trellis/doc/make_numbered_listing.py
PYTHON_PATCH_SCRIPTS+= gr-trellis/doc/test_tcm.py