From 5e37728e3cd6e4c3bab8fae72c8a5c263086e667 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Sat, 26 Apr 2008 12:48:30 +0000 Subject: - Add curl dependancy - Will now fetch TLE files from the network - Bump PORTREVISION PR: ports/123033 Submitted by: Matt Dawson (maintainer) --- comms/gpredict/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comms/gpredict/Makefile') diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index 0810ea851897..6bb7c54d0c69 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -6,6 +6,7 @@ PORTNAME= gpredict PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= groundstation @@ -14,9 +15,12 @@ MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio satellite tracking and prediction LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib:install +BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl:install +RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl:install USE_GNOME= gtk20 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-network USE_GMAKE= yes MAN1= gpredict.1 -- cgit v1.3