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/google-daemon | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net/google-daemon')
-rw-r--r-- | net/google-daemon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/google-daemon/Makefile b/net/google-daemon/Makefile index 7901109703b5..e60d42dbede9 100644 --- a/net/google-daemon/Makefile +++ b/net/google-daemon/Makefile @@ -9,9 +9,9 @@ CATEGORIES= net MAINTAINER= swills@FreeBSD.org COMMENT= Google daemon for use with Google Cloud Compute Engine -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python \ - sudo:${PORTSDIR}/security/sudo +BUILD_DEPENDS= python:lang/python +RUN_DEPENDS= python:lang/python \ + sudo:security/sudo USES= python shebangfix USE_GITHUB= yes |