diff options
author | wiz <wiz> | 2006-05-22 20:53:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 20:53:30 +0000 |
commit | 2cd3484568ccba6e0c4d43cb42264915b2e7c3c9 (patch) | |
tree | 98fe883bac3cc841ee5214170402e0a0980f5bb4 /misc | |
parent | 37cd5c846cd5e4ef2efb89bc74cccfc6c1d72136 (diff) | |
download | pkgsrc-2cd3484568ccba6e0c4d43cb42264915b2e7c3c9.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qbrew/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index 2e9c59a9805..1b450368ed9 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/22 20:53:30 wiz Exp $ DISTNAME= qbrew-0.3.5 PKGREVISION= 3 @@ -9,6 +9,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.usermode.org/code.html COMMENT= Homebrewer's recipe calculator +USE_LANGUAGES= c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes |