diff options
author | db <db@FreeBSD.org> | 2012-07-21 07:07:28 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-07-21 07:07:28 +0800 |
commit | 4d664a374bd5a4e69aa7c1ecae748c510e5f96e3 (patch) | |
tree | 33af4c3030ec5d79d0cda20f8ddeeb5fe5b13790 | |
parent | 8ac7ad7d1a65c91a178c62284eb3eeb03153bb2a (diff) | |
download | freebsd-ports-gnome-4d664a374bd5a4e69aa7c1ecae748c510e5f96e3.tar.gz freebsd-ports-gnome-4d664a374bd5a4e69aa7c1ecae748c510e5f96e3.tar.zst freebsd-ports-gnome-4d664a374bd5a4e69aa7c1ecae748c510e5f96e3.zip |
- remove spurious :install Noted by dougb
Submitted by: dougb
-rw-r--r-- | comms/ktrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ktrack/Makefile b/comms/ktrack/Makefile index 95bd4eb2f384..1176bb66ae31 100644 --- a/comms/ktrack/Makefile +++ b/comms/ktrack/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-0.3.0-rc1 MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio satellite tracking and prediction -RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet:install +RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ jpeg:${PORTSDIR}/graphics/jpeg |