pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/daapd Include pthread.buildlink3.mk. Note that t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f83e4bb83d11
branches:  trunk
changeset: 479554:f83e4bb83d11
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Aug 16 23:32:04 2004 +0000

description:
Include pthread.buildlink3.mk. Note that this package uses the C++
compiler. Minor pkgsrc style nits.

diffstat:

 audio/daapd/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 4295691b9776 -r f83e4bb83d11 audio/daapd/Makefile
--- a/audio/daapd/Makefile      Mon Aug 16 23:21:56 2004 +0000
+++ b/audio/daapd/Makefile      Mon Aug 16 23:32:04 2004 +0000
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 19:07:51 nathanw Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/16 23:32:04 schmonz Exp $
 
 DISTNAME=              daapd-0.2.2b
 CATEGORIES=            audio
-MASTER_SITES=          http://www.deleet.de/projekte/daap/daapd/
+MASTER_SITES=          ${HOMEPAGE}
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            nathanw%NetBSD.org@localhost
 HOMEPAGE=              http://www.deleet.de/projekte/daap/daapd/
 COMMENT=               Server for DAA protocol (iTunes)
 
-USE_BUILDLINK3=                # defined
-USE_GNU_TOOLS=         make
+USE_LANGUAGES=         c c++
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
 MAKEFILE=              makefile
 
 .include "../../audio/libid3tag/buildlink3.mk"
 .include "../../net/howl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index