diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 16:47:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 16:47:39 +0000 |
commit | 1f4a2edc3a70f32918cc0df1600c6a76fe214e78 (patch) | |
tree | e7e6281838a653c04494620bc9f08259b49479ce /sysutils | |
parent | 04019ed5e984b7a679628459f4a1222345a59e67 (diff) | |
download | pkgsrc-1f4a2edc3a70f32918cc0df1600c6a76fe214e78.tar.gz |
Appease configure by providing a C++ compiler, even though it doesn't
actually need it to compile the code.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fatback/Makefile | 4 |
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" |