diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /audio/mpiosh | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'audio/mpiosh')
-rw-r--r-- | audio/mpiosh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 85c74dbca185..ffa20b5cd174 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpiosh PORTVERSION= 0.7.1.p2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2 DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} @@ -19,7 +19,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ |