From d016871a397f84e7eee8782d68dbe572881e44e8 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jun 2006 18:30:14 +0000 Subject: Uses C++. Don't include regex.h and gnuregex.h on DragonFly. --- misc/colortail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc/colortail/Makefile') diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 1304d109931..74fe986311b 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/11/03 16:26:28 tv Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/02 18:30:14 joerg Exp $ DISTNAME= colortail-0.3.0 CATEGORIES= misc @@ -8,6 +8,8 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://morrdusk.net/projects/colortail/ COMMENT= Colour-able replacement for tail(1) +USE_LANGUAGES= c++ + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail DESCR_SRC= ${WRKDIR}/.DESCR_SRC -- cgit v1.2.3