diff options
author | joerg <joerg> | 2006-05-19 08:26:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-19 08:26:22 +0000 |
commit | 3eae49bff9136c97b02d1bc112dfeb4904cf4710 (patch) | |
tree | 826d1e6613270fd618907cfd8467312e31071cb1 /wm | |
parent | affeca6201fd951145194c320fa23e5c52f82f1f (diff) | |
download | pkgsrc-3eae49bff9136c97b02d1bc112dfeb4904cf4710.tar.gz |
Uses C++.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bbconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/bbconf/Makefile b/wm/bbconf/Makefile index 31c376bd22c..ebd0261861c 100644 --- a/wm/bbconf/Makefile +++ b/wm/bbconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/17 13:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/19 08:26:22 joerg Exp $ # DISTNAME= bbconf-1.4 @@ -10,8 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bbconf.sourceforge.net/ COMMENT= Configuration tool for the blackbox window manager - GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig |