diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-26 12:48:30 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-04-26 12:48:30 +0000 |
commit | 5e37728e3cd6e4c3bab8fae72c8a5c263086e667 (patch) | |
tree | 20ca562703092ee53803d51aab8c58440efc7645 /comms | |
parent | 0782afa2860e90d52df4f5df11d24859fef4dd25 (diff) | |
download | ports-5e37728e3cd6e4c3bab8fae72c8a5c263086e667.tar.gz ports-5e37728e3cd6e4c3bab8fae72c8a5c263086e667.zip |
- Add curl dependancy
- Will now fetch TLE files from the network
- Bump PORTREVISION
PR: ports/123033
Submitted by: Matt Dawson <matt chronos.org.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=212001
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gpredict/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |