diff options
-rw-r--r-- | net/boinc3-coreclient/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/boinc3-coreclient/Makefile b/net/boinc3-coreclient/Makefile index 50af4bbd0ee..11db86689d2 100644 --- a/net/boinc3-coreclient/Makefile +++ b/net/boinc3-coreclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:17 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/02 13:21:28 joerg Exp $ # #DISTNAME= boinc-3.07 @@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/boinc_public GNU_CONFIGURE= yes CONFIGURE_ENV+= MYSQL_CONFIG=true +USE_LANGUAGES= c c++ + BUILDDIRS= RSAEuro client INSTALLATION_DIRS= bin |