diff options
author | abs <abs> | 2009-11-25 15:55:49 +0000 |
---|---|---|
committer | abs <abs> | 2009-11-25 15:55:49 +0000 |
commit | bfff330f3bacdcedacda42983c51ddc87eb8b43b (patch) | |
tree | 5550b092c67ad528b413b9ebe0303ae68e417b25 | |
parent | 4711f25c37c8cf2e50a17725fbd800a334a7c686 (diff) | |
download | pkgsrc-bfff330f3bacdcedacda42983c51ddc87eb8b43b.tar.gz |
Add missed build dependency on automoc4, caught by wizd(8), no pkgrev bump
-rw-r--r-- | net/ktorrent3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ktorrent3/Makefile b/net/ktorrent3/Makefile index ed1d4ef7e28..dceccc6404b 100644 --- a/net/ktorrent3/Makefile +++ b/net/ktorrent3/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 10:10:27 abs Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/25 15:55:49 abs Exp $ DISTNAME= ktorrent-${KTORRENT_VER} CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ EXTRACT_SUFX= .tar.bz2 +BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 + KTORRENT_VER= 3.3 MAINTAINER= abs@NetBSD.org |