diff options
author | recht <recht@pkgsrc.org> | 2004-04-04 09:24:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-04 09:24:58 +0000 |
commit | 305bbb7fdcc4e786a7376112a08eed3188d8e0fc (patch) | |
tree | cf7884e7a4eb43a756337ee6710f92570d9ea47c /sysutils/fam | |
parent | b80f4a3c08f5dc779dbd7d989514d262c7f9fb0b (diff) | |
download | pkgsrc-305bbb7fdcc4e786a7376112a08eed3188d8e0fc.tar.gz |
Add "USE_LANGUAGES=c c++" since fam uses c++.
Diffstat (limited to 'sysutils/fam')
-rw-r--r-- | sysutils/fam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index adcc4462ebc..c273eefcb35 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/28 22:00:05 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/04 09:24:58 recht Exp $ # DISTNAME= fam-2.7.0 @@ -18,6 +18,7 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |