summaryrefslogtreecommitdiff
path: root/net/nicotine
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-23 08:28:46 +0000
committerobache <obache@pkgsrc.org>2012-01-23 08:28:46 +0000
commit313f7516b8d5bb9713e10d45be115401980b808a (patch)
treeb5f8614b3349f6d924e88ce31e0e4e167136a368 /net/nicotine
parent3d0d10ff3839b23896711857417b6542105d0812 (diff)
downloadpkgsrc-313f7516b8d5bb9713e10d45be115401980b808a.tar.gz
* no compiler languages is required to build.
* so no need to buildlink with gtk2 and py-gtk2, simple DEPENDS on py-gtk2 is sufficient. Bump PKGREVISION.
Diffstat (limited to 'net/nicotine')
-rw-r--r--net/nicotine/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile
index f4aa7e7fbd0..979aa38bd04 100644
--- a/net/nicotine/Makefile
+++ b/net/nicotine/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2011/11/01 06:02:22 sbd Exp $
+# $NetBSD: Makefile,v 1.39 2012/01/23 08:28:46 obache Exp $
#
DISTNAME= nicotine-1.0.8
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= net audio x11
MASTER_SITES= http://nicotine.thegraveyard.org/
EXTRACT_SUFX= .tar.bz2
@@ -12,11 +12,12 @@ HOMEPAGE= http://nicotine.thegraveyard.org/
COMMENT= Client for soulseek, a peer-to-peer network for music
LICENSE= gnu-gpl-v2
+DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= # empty
.include "../../lang/python/distutils.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"