From c07b3d06f74c2b1f5144739f606ea2f60e5c4125 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Sep 2007 04:47:36 +0000 Subject: Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe --- audio/mt-daapd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/mt-daapd') diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile index 195d1c8b475c..9482883f9fdd 100644 --- a/audio/mt-daapd/Makefile +++ b/audio/mt-daapd/Makefile @@ -7,6 +7,7 @@ PORTNAME= mt-daapd PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +26,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-id3tag=${PREFIX} --with-gdbm-includes=${LOCALBASE}/include -USE_AUTOTOOLS= autoheader:259 autoconf:259:env +USE_AUTOTOOLS= autoheader:261 autoconf:261:env DAAPD_USER?= daapd DAAPD_GROUP?= daapd -- cgit