summaryrefslogtreecommitdiff
path: root/audio/mt-daapd
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-02-17 16:39:23 +0000
committeradrianp <adrianp>2007-02-17 16:39:23 +0000
commita3cdbacd420d324c5f016ef6546f0d539a3cb98c (patch)
treec8437d0f025f0e4df7a1574ddf21294c58c747f5 /audio/mt-daapd
parentcbe069c446b35bf6d614fe2be41467ce80dbfd8f (diff)
downloadpkgsrc-a3cdbacd420d324c5f016ef6546f0d539a3cb98c.tar.gz
Add a missing PKG_GROUPS line that was causing build failures.
Diffstat (limited to 'audio/mt-daapd')
-rw-r--r--audio/mt-daapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile
index 884a21e2fea..1827ed77080 100644
--- a/audio/mt-daapd/Makefile
+++ b/audio/mt-daapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/02/05 22:23:06 tron Exp $
+# $NetBSD: Makefile,v 1.4 2007/02/17 16:39:23 adrianp Exp $
DISTNAME= mt-daapd-0.2.4
PKGREVISION= 2
@@ -21,6 +21,7 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE}
MTDAAPD_USER?= mtdaapd
MTDAAPD_GROUP?= mtdaapd
PKG_USERS= ${MTDAAPD_USER}:${MTDAAPD_GROUP}
+PKG_GROUPS= ${MTDAAPD_GROUP}
BUILD_DEFS+= VARBASE MTDAAPD_USER
CONF_FILES_PERMS= ${EGDIR}/mt-daapd.conf ${PKG_SYSCONFDIR}/mt-daapd.conf \