diff options
author | markd <markd@pkgsrc.org> | 2010-07-21 12:20:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-07-21 12:20:54 +0000 |
commit | 9bb45a41eea2b923f0ab37d12821d04964f7c5d5 (patch) | |
tree | 87421649a01ad5158e8a673d5338827bce3ab320 /ham | |
parent | c21f406a9215af0face30b1611dcadf0bf280753 (diff) | |
download | pkgsrc-9bb45a41eea2b923f0ab37d12821d04964f7c5d5.tar.gz |
Don't try and use xmlto if configure happens to find it.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-trellis/Makefile | 3 |
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 |