diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-10 18:23:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-10 18:23:47 +0000 |
commit | 25d32c019301c7881c86bf6c3cafeb6f29001968 (patch) | |
tree | fba5bf60617b63569d7f6b37a74f8d2b61b968a4 /textproc/catdoc | |
parent | dd2b6c0c1d06eb736d7dc264bcd2fb3f1e8b4617 (diff) | |
download | pkgsrc-25d32c019301c7881c86bf6c3cafeb6f29001968.tar.gz |
Remove "nbcompat" from USE_FEATURES... that was a debugging leftover.
This avoids linking against libnbcompat if it's not needed.
Diffstat (limited to 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc/Makefile.common b/textproc/catdoc/Makefile.common index f139bf33067..3c0a3b1f529 100644 --- a/textproc/catdoc/Makefile.common +++ b/textproc/catdoc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2007/09/08 21:58:00 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2007/09/10 18:23:47 jlam Exp $ # DISTNAME= catdoc-0.94.2 @@ -12,7 +12,7 @@ COMMENT= Converts MS Word, Excel and Powerpoint files to plain text DISTINFO_FILE= ${.CURDIR}/../../textproc/catdoc/distinfo PATCHDIR= ${.CURDIR}/../../textproc/catdoc/patches -USE_FEATURES= glob nbcompat +USE_FEATURES= glob GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/share |