diff options
Diffstat (limited to 'devel/bazaar/Makefile')
-rw-r--r-- | devel/bazaar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bazaar/Makefile b/devel/bazaar/Makefile index 32bb0e1ba9e9..a4164c28647f 100644 --- a/devel/bazaar/Makefile +++ b/devel/bazaar/Makefile @@ -18,7 +18,7 @@ COMMENT= An implementation of the GNU Arch RCS protocol in C by Canonical BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ gdiff:${PORTSDIR}/textproc/diffutils \ gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29 \ gpgme.19:${PORTSDIR}/security/gpgme |