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 | dac7f9eb1941ce81db8373cef60432eb4b913721 (patch) | |
tree | f084157764340ae097d221ca76c07249e5cafa86 /net/bittornado-gui | |
parent | ecb66fab031a707bcf9c550151993093d909e060 (diff) | |
download | pkgsrc-dac7f9eb1941ce81db8373cef60432eb4b913721.tar.gz |
NO_BUILD=yes means no need to buildlink, simple DEPENDS is sufficient.
Diffstat (limited to 'net/bittornado-gui')
-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" |