USE_LANGUAGES+= c++
This commit is contained in:
parent
4f3afdf1ad
commit
5923542a98
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2005/05/24 10:31:18 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/08/25 21:36:57 dhowland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= picprog-1.1
|
||||
|
@ -9,6 +9,7 @@ MAINTAINER= pancake@phreaker.net
|
|||
HOMEPAGE= http://hyvatti.iki.fi/~jaakko/pic/picprog.html
|
||||
COMMENT= pic16xxx microcontroller programmer for JDM (TE-20)
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2005/11/02 18:00:25 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2006/08/25 21:38:58 dhowland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= RealTimeBattle-1.0.7-Std
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= pancake@phreaker.net
|
|||
HOMEPAGE= http://realtimebattle.sourceforge.net/
|
||||
COMMENT= Programming robots game
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue