diff options
author | wiz <wiz> | 2006-05-22 20:53:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 20:53:30 +0000 |
commit | b18b17afeb57e59bf1b78fbce9cfc23bf8593d7c (patch) | |
tree | 98fe883bac3cc841ee5214170402e0a0980f5bb4 /misc/qbrew/Makefile | |
parent | 750e881cb79ff1fa8d532ac1810203719b68f87c (diff) | |
download | pkgsrc-b18b17afeb57e59bf1b78fbce9cfc23bf8593d7c.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'misc/qbrew/Makefile')
-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 |