diff options
author | obache <obache@pkgsrc.org> | 2011-11-01 11:13:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-01 11:13:40 +0000 |
commit | 0f399c517aa540dd570d8bfd93cd85c2502bb5ec (patch) | |
tree | f084157764340ae097d221ca76c07249e5cafa86 /net | |
parent | 88ca92ae1a6f4c746226fa27b7859cedd28f3194 (diff) | |
download | pkgsrc-0f399c517aa540dd570d8bfd93cd85c2502bb5ec.tar.gz |
NO_BUILD=yes means no need to buildlink, simple DEPENDS is sufficient.
Diffstat (limited to 'net')
-rw-r--r-- | net/bittornado-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index a1b1ad7a839..260a3a8975e 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/11/01 06:02:17 sbd Exp $ +# $NetBSD: Makefile,v 1.26 2011/11/01 11:13:40 obache Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -12,6 +12,7 @@ COMMENT+= (wxGTK GUI) CONFLICTS= bittorrent-gui-[0-9]* DEPENDS+= BitTornado>=0.3.18:../../net/bittornado +DEPENDS+= ${PYPKGPREFIX}-wxWidgets-[0-9]*:../../x11/py-wxWidgets NO_BUILD= yes @@ -26,5 +27,4 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${DESTDIR}${PREFIX}/bin .include "../../lang/python/application.mk" -.include "../../x11/py-wxWidgets/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |