diff options
Diffstat (limited to 'audio/mt-daapd/Makefile')
-rw-r--r-- | audio/mt-daapd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile index b685a52daeb4..9c44b2049de9 100644 --- a/audio/mt-daapd/Makefile +++ b/audio/mt-daapd/Makefile @@ -22,8 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 CC="${CC} -pthread" CONFIGURE_ARGS= --with-id3tag=${PREFIX} -USE_AUTOHEADER_VER= 259 -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoheader:259 autoconf:259:env DAAPD_USER?= daapd DAAPD_GROUP?= daapd |