144a1ee175
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
12 lines
265 B
Makefile
12 lines
265 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $
|
|
#
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT+= bad plugins
|
|
|
|
# bzip2 is likely present anyway, make it default
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|