diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/phpweathermap | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net-mgmt/phpweathermap')
-rw-r--r-- | net-mgmt/phpweathermap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/phpweathermap/Makefile b/net-mgmt/phpweathermap/Makefile index 6aaf458db389..751d1cd0db7d 100644 --- a/net-mgmt/phpweathermap/Makefile +++ b/net-mgmt/phpweathermap/Makefile @@ -14,8 +14,8 @@ COMMENT= Network visualisation tool with web editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Getopt.php:${PORTSDIR}/devel/pear \ - rrdtool:${PORTSDIR}/databases/rrdtool +RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Getopt.php:devel/pear \ + rrdtool:databases/rrdtool NO_BUILD= yes NO_ARCH= yes |