Mon Jan 23 08:28:46 2012 UTC ()
* 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.


(obache)
diff -r1.38 -r1.39 pkgsrc/net/nicotine/Makefile

cvs diff -r1.38 -r1.39 pkgsrc/net/nicotine/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/nicotine/Attic/Makefile 2011/11/01 06:02:22 1.38
+++ pkgsrc/net/nicotine/Attic/Makefile 2012/01/23 08:28:46 1.39
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.38 2011/11/01 06:02:22 sbd Exp $ 1# $NetBSD: Makefile,v 1.39 2012/01/23 08:28:46 obache Exp $
2# 2#
3 3
4DISTNAME= nicotine-1.0.8 4DISTNAME= nicotine-1.0.8
5PKGREVISION= 14 5PKGREVISION= 15
6CATEGORIES= net audio x11 6CATEGORIES= net audio x11
7MASTER_SITES= http://nicotine.thegraveyard.org/ 7MASTER_SITES= http://nicotine.thegraveyard.org/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://nicotine.thegraveyard.org/ 11HOMEPAGE= http://nicotine.thegraveyard.org/
12COMMENT= Client for soulseek, a peer-to-peer network for music 12COMMENT= Client for soulseek, a peer-to-peer network for music
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
 15DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2
 16
15PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
16 18
17USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
 20USE_LANGUAGES= # empty
18 21
19.include "../../lang/python/distutils.mk" 22.include "../../lang/python/distutils.mk"
20.include "../../x11/gtk2/buildlink3.mk" 
21.include "../../x11/py-gtk2/buildlink3.mk" 
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"