diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 21:00:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 21:00:13 +0000 |
commit | ebd301959740b6954934cd3d4f2c3c3f698bd9ee (patch) | |
tree | edb635a63124bbef6b24570cd14576e5af373255 /games/xbill | |
parent | a3411e9f24ae80194333064a7671f9459a41f2aa (diff) | |
download | pkgsrc-ebd301959740b6954934cd3d4f2c3c3f698bd9ee.tar.gz |
Uses C++.
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 11de1d6ed64..7f8f7d0d9da 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/15 21:01:56 joerg Exp $ # DISTNAME= xbill-2.0 @@ -13,6 +13,7 @@ COMMENT= Stop the dreaded Windows virus from infecting computers CONFLICTS+= gnome-games-[0-9]* +USE_LANGUAGES= c c++ USE_IMAKE= YES NO_INSTALL_MANPAGES= YES |