diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-27 08:46:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-27 08:46:23 +0000 |
commit | 1f84876a8110024171a6831805621c9f5e5a83da (patch) | |
tree | 691441b1e392002e03cef0ae1e8cde0078c8c71f /devel | |
parent | 0e0920410673c60b426a651a915fb5186418002b (diff) | |
download | pkgsrc-1f84876a8110024171a6831805621c9f5e5a83da.tar.gz |
DEPENDS should be right after MAINTAINER block, reorder.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bzr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 2c75dd6a98d..746d5c72b01 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2009/11/10 19:31:31 epg Exp $ +# $NetBSD: Makefile,v 1.45 2010/01/27 08:46:23 wiz Exp $ DISTNAME= bzr-${VER} #PKGREVISION= 1 @@ -11,11 +11,11 @@ HOMEPAGE= http://bazaar-vcs.org/ COMMENT= Bazaar open source distributed version control system LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake PY_PATCHPLIST= yes |