diff options
author | shurd <shurd@FreeBSD.org> | 2016-05-19 10:09:48 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2016-05-19 10:09:48 +0800 |
commit | 97f76e73572541430e36f0b305f0a3f94917425a (patch) | |
tree | 8bb4b7da0b4c50083a9b0365df8ecda5ad8f6c0f /comms/cqrlog/Makefile | |
parent | 847261310f61c0e5064574ae7562e21b06a0b77f (diff) | |
download | freebsd-ports-graphics-97f76e73572541430e36f0b305f0a3f94917425a.tar.gz freebsd-ports-graphics-97f76e73572541430e36f0b305f0a3f94917425a.tar.zst freebsd-ports-graphics-97f76e73572541430e36f0b305f0a3f94917425a.zip |
Fix build under poudriere
Poudriere doesn't make dependencies listed in BUILD_DEPENDS available
during the patch phase. Add a PATCH_DEPENDS entry to work-around this
issue.
Diffstat (limited to 'comms/cqrlog/Makefile')
-rw-r--r-- | comms/cqrlog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile index ba3cf50092b..66c2387f8f7 100644 --- a/comms/cqrlog/Makefile +++ b/comms/cqrlog/Makefile @@ -12,6 +12,7 @@ COMMENT= Amateur Radio logging application LICENSE= GPLv2 BUILD_DEPENDS= lazbuild:editors/lazarus +PATCH_DEPENDS= ${LAZARUS_DIR}/tools/lazres:editors/lazarus LIB_DEPENDS= libhamlib.so:comms/hamlib USE_GITHUB= yes |