summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-02 16:47:39 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-02 16:47:39 +0000
commit1f4a2edc3a70f32918cc0df1600c6a76fe214e78 (patch)
treee7e6281838a653c04494620bc9f08259b49479ce
parent04019ed5e984b7a679628459f4a1222345a59e67 (diff)
downloadpkgsrc-1f4a2edc3a70f32918cc0df1600c6a76fe214e78.tar.gz
Appease configure by providing a C++ compiler, even though it doesn't
actually need it to compile the code.
-rw-r--r--sysutils/fatback/Makefile4
1 files changed, 3 insertions, 1 deletions
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"