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 | d8fafb7e770958d202ce031c580a066f2114f94b (patch) | |
tree | d672c23f203891ab733ee7886c65d3225d935a2c /x11/dxpc | |
parent | fe459ff81d59b7ca8644f93d12a36fa2bf5544e5 (diff) | |
download | pkgsrc-d8fafb7e770958d202ce031c580a066f2114f94b.tar.gz |
Uses C++.
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |