diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-07 01:28:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-07 01:28:46 +0000 |
commit | 6eb5a9d0891f99f69bbb848a3e53268ccd3f513d (patch) | |
tree | ef62df643cc534f43cb9942d5e51b34811dfcda6 /net/nicotine | |
parent | e08066669a0c610b2381ab6839049709ed46027f (diff) | |
download | pkgsrc-6eb5a9d0891f99f69bbb848a3e53268ccd3f513d.tar.gz |
bl3ify.
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index b9b148f5298..51b806a4389 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/16 19:40:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/07 01:28:46 minskim Exp $ # DISTNAME= nicotine-1.0.7 @@ -11,11 +11,11 @@ HOMEPAGE= http://nicotine.thegraveyard.org/ COMMENT= Client for soulseek, a peer-to-peer network for music PYTHON_VERSIONS_ACCEPTED= 22pth 23pth -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PY_PATCHPLIST= yes PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" -.include "../../x11/gtk2/buildlink2.mk" -.include "../../x11/py-gtk2/buildlink2.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |