diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-12 06:45:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-12 06:45:01 +0000 |
commit | feab4477d0e6cf37e776a65f1e0b2c081e98aa10 (patch) | |
tree | 87cc0db58a5689c75d731c6e98f30b15d3dca443 | |
parent | 36dbf12e92bf7ab0e5bcd2226e707628f9d4cb0e (diff) | |
download | pkgsrc-feab4477d0e6cf37e776a65f1e0b2c081e98aa10.tar.gz |
Uses C++.
-rw-r--r-- | games/wormz/Makefile | 3 | ||||
-rw-r--r-- | geography/gpspoint/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/wormz/Makefile b/games/wormz/Makefile index c9734e3ceae..d550a6f866a 100644 --- a/games/wormz/Makefile +++ b/games/wormz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/21 09:00:23 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/12 06:45:01 joerg Exp $ # DISTNAME= Wormz-1.0b5 @@ -12,6 +12,7 @@ HOMEPAGE= http://lide.punknet.cz/miri/wormz.html COMMENT= Networked game for X11 WRKSRC= ${WRKDIR}/Wormz +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../mk/x11.buildlink3.mk" diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index 1980cb2bb36..3642fbca335 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/11 11:05:54 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/12 06:50:16 joerg Exp $ DISTNAME= gpspoint-2.030521 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Program to download and upload waypoints to and from your GPS device DEPENDS+= dialog>=0.6:../../misc/dialog USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |