diff options
Diffstat (limited to 'devel/cxref/Makefile')
-rw-r--r-- | devel/cxref/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index b2e6834fd55..fc71018bc16 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:22 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/04 15:20:39 yyamano Exp $ # DISTNAME= cxref-1.5a @@ -11,5 +11,6 @@ HOMEPAGE= http://www.gedanken.demon.co.uk/cxref/ COMMENT= C Cross Referencing & Documenting tool GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-cxref-cpp .include "../../mk/bsd.pkg.mk" |