From 9ebcceb724de4fa695e698f73ad814906b05355d Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 20 May 2006 18:20:49 +0000 Subject: [PATCH] Uses C++. --- security/MyPasswordSafe/Makefile | 3 ++- wm/icecc/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile index ff6b2a3c3ada..8cdde17baf91 100644 --- a/security/MyPasswordSafe/Makefile +++ b/security/MyPasswordSafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/29 22:14:18 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/20 18:30:09 joerg Exp $ # DISTNAME= MyPasswordSafe-20060326.src @@ -14,6 +14,7 @@ COMMENT= Easy-to-use password manager .include "options.mk" WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c c++ USE_TOOLS+= gmake MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index 084045324ce3..e56391768ab9 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/20 18:20:49 joerg Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -25,6 +25,7 @@ COMMENT= IceWM Control Centre DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=6.3.0:../../editors/vim-xaw +USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_TOOLS+= gmake