diff options
Diffstat (limited to 'ham/gpredict/Makefile')
-rw-r--r-- | ham/gpredict/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile index c4776881415..2f266af144d 100644 --- a/ham/gpredict/Makefile +++ b/ham/gpredict/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/12/09 08:25:51 wulf Exp $ -DISTNAME= gpredict-0.5.2 -PKGREVISION= 3 +DISTNAME= gpredict-0.6.1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/} @@ -9,6 +8,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Gnome satellite tracking program +USE_LANGUAGES+= c++ USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR=yes GNU_CONFIGURE= yes @@ -16,6 +16,6 @@ GNU_CONFIGURE= yes .include "../../devel/GConf/buildlink3.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" .include "../../devel/gal/buildlink3.mk" -.include "../../ham/hamlib/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" +#.include "../../ham/hamlib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |