diff options
author | snj <snj> | 2004-04-27 03:43:53 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-27 03:43:53 +0000 |
commit | f1d71010f97935afd0ece14269ae80112c124238 (patch) | |
tree | d32c4f3dedbf2a493b63c45a26d4bca2d41517e6 /net/bittorrent-gui | |
parent | b832b97ecb58b5af03ded59f85fe7d658e821da6 (diff) | |
download | pkgsrc-f1d71010f97935afd0ece14269ae80112c124238.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" |