diff options
author | joerg <joerg> | 2006-05-20 18:20:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-20 18:20:49 +0000 |
commit | fb2080850791897bde6677dc4a2b61b15ac7979c (patch) | |
tree | 27c9e9102bf3900b05618cbceaa9e2dff2ec6790 | |
parent | 22f9306755bddf9bda6dd4498f43e31e160bd5fb (diff) | |
download | pkgsrc-fb2080850791897bde6677dc4a2b61b15ac7979c.tar.gz |
Uses C++.
-rw-r--r-- | security/MyPasswordSafe/Makefile | 3 | ||||
-rw-r--r-- | wm/icecc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile index ff6b2a3c3ad..8cdde17baf9 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 084045324ce..e56391768ab 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 |