summaryrefslogtreecommitdiff
path: root/ham/gpredict/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2006-12-09 08:25:51 +0000
committerwulf <wulf>2006-12-09 08:25:51 +0000
commit9f75132455ded2e604859fdc853215cd5015d86b (patch)
tree4c423cabd7bb00ff544bd257b07c593cee676f62 /ham/gpredict/Makefile
parentfaa6620ecd582c87d4c50695e8c0dec467c2ea75 (diff)
downloadpkgsrc-9f75132455ded2e604859fdc853215cd5015d86b.tar.gz
Updated gpredict to 0.6.1:
Improved gui and many bug fixes since last release
Diffstat (limited to 'ham/gpredict/Makefile')
-rw-r--r--ham/gpredict/Makefile10
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"