diff options
Diffstat (limited to 'devel/bzr-upload/Makefile')
-rw-r--r-- | devel/bzr-upload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bzr-upload/Makefile b/devel/bzr-upload/Makefile index 8e2ff4876d75..c32e1cd5bf3d 100644 --- a/devel/bzr-upload/Makefile +++ b/devel/bzr-upload/Makefile @@ -15,7 +15,7 @@ MAINTAINER= cs@FreeBSD.org COMMENT= Bzr plugin to incrementally upload changes to a dumb server BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 |