diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /audio/mt-daapd | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200411
Diffstat (limited to 'audio/mt-daapd')
-rw-r--r-- | audio/mt-daapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |