diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 23:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 23:09:05 +0000 |
commit | b737e635d25abc9d892eb574cdfeca4987bd9230 (patch) | |
tree | 547301d268b491f4e62d223050795fe1a94b911e /x11 | |
parent | 1c3730c89336bbe9b78bc20271ae058d5c37b0fe (diff) | |
download | pkgsrc-b737e635d25abc9d892eb574cdfeca4987bd9230.tar.gz |
Uses C++.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xplanet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index b2ccf86278e..89dd128bf97 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/17 13:47:02 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/05/15 23:09:05 joerg Exp $ DISTNAME= xplanet-1.2.0 PKGREVISION= 3 @@ -9,6 +9,7 @@ MAINTAINER= atatat@NetBSD.org HOMEPAGE= http://xplanet.sourceforge.net/ COMMENT= Rotating rendered map of the Earth in X11 root window +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes |