diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 03:43:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 03:43:53 +0000 |
commit | 0344e5ec5bc734c4f9e93eda03920f3f516ff0b7 (patch) | |
tree | d32c4f3dedbf2a493b63c45a26d4bca2d41517e6 /net/bittorrent-gui | |
parent | a024236edc1e3793a0ba02fd124d3a339625bb2a (diff) | |
download | pkgsrc-0344e5ec5bc734c4f9e93eda03920f3f516ff0b7.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index 8f3dee82a54..37c79efd110 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/29 23:39:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/27 03:43:54 snj Exp $ # .include "../../net/bittorrent/Makefile.common" @@ -18,5 +18,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin .include "../../lang/python/application.mk" -.include "../../x11/py-wxWindows/buildlink2.mk" +.include "../../x11/py-wxWindows/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |