diff options
Diffstat (limited to 'textproc/catdoc/Makefile')
-rw-r--r-- | textproc/catdoc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 1d5ed9cf5a6..6685025014f 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2001/06/11 06:34:52 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2003/03/29 12:42:35 jmmv Exp $ # DISTNAME= catdoc-0.91.4 +WRKSRC= ${WRKDIR}/catdoc CATEGORIES= textproc MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/ @@ -11,8 +12,6 @@ COMMENT= reads MS-Word file and puts out its content as plain text DEPENDS= tk>=8.3.2:../../x11/tk -WRKSRC= ${WRKDIR}/catdoc - USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/share |