diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-10 23:29:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-10 23:29:37 +0000 |
commit | ebb350bbb2711206e63583e5c346ce8e0dcd3742 (patch) | |
tree | d672c23f203891ab733ee7886c65d3225d935a2c | |
parent | 53a07c7b49e9b7302c379a24b6d54c0f3076b3a9 (diff) | |
download | pkgsrc-ebb350bbb2711206e63583e5c346ce8e0dcd3742.tar.gz |
Uses C++.
-rw-r--r-- | wm/aewm++/Makefile | 3 | ||||
-rw-r--r-- | x11/dxpc/Makefile | 3 | ||||
-rw-r--r-- | x11/xfstt/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile index 06159bdffb2..e7d6613358c 100644 --- a/wm/aewm++/Makefile +++ b/wm/aewm++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:53 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/10 23:33:04 joerg Exp $ # DISTNAME= aewm++-1.0.24 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sapphire.sourceforge.net/ COMMENT= Fork of the popular minimal window manager aewm +USE_LANGUAGES= c c++ .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index ab1654f7617..2ba1e427d5e 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:31:08 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/05/10 23:29:37 joerg Exp $ DISTNAME= dxpc-3.8.2 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.vigor.nu/dxpc/ COMMENT= Differential X Protocol Compressor GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index 4022fd2976f..c770282e188 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:31:13 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/05/10 23:31:30 joerg Exp $ # DISTNAME= xfstt-1.6 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://developer.berlios.de/projects/xfstt/ COMMENT= TrueType font server for X11 +USE_LANGUAGES= c c++ USE_X11BASE= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES |