Uses C++.
This commit is contained in:
parent
cc1549810f
commit
9ebcceb724
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue