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 /x11/dxpc/Makefile | |
parent | 53a07c7b49e9b7302c379a24b6d54c0f3076b3a9 (diff) | |
download | pkgsrc-ebb350bbb2711206e63583e5c346ce8e0dcd3742.tar.gz |
Uses C++.
Diffstat (limited to 'x11/dxpc/Makefile')
-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" |