diff options
Diffstat (limited to 'devel/bzr-upload/Makefile')
-rw-r--r-- | devel/bzr-upload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bzr-upload/Makefile b/devel/bzr-upload/Makefile index 8d0386e3463..d85aab82058 100644 --- a/devel/bzr-upload/Makefile +++ b/devel/bzr-upload/Makefile @@ -7,6 +7,7 @@ PORTNAME= bzr-upload PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/96912507/ \ http://www.c-s.li/ports/ @@ -16,7 +17,7 @@ COMMENT= Bzr plugin to incrementally upload changes to a dumb server LICENSE= GPLv2 -BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng +BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |