From 1f4a2edc3a70f32918cc0df1600c6a76fe214e78 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jun 2006 16:47:39 +0000 Subject: Appease configure by providing a C++ compiler, even though it doesn't actually need it to compile the code. --- sysutils/fatback/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 4c203b65319..6a55749757d 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/09 19:49:16 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/02 16:47:39 joerg Exp $ DISTNAME= fatback-1.3 PKGREVISION= 1 @@ -12,4 +12,6 @@ COMMENT= Recover deleted files from FAT filesystems GNU_CONFIGURE= yes INFO_FILES= # PLIST +USE_LANGUAGES= c c++ + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3