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 /devel/talloc | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'devel/talloc')
-rw-r--r-- | devel/talloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index 6f5b6364268d..dec3f68c595a 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -7,7 +7,7 @@ PORTNAME= talloc PORTVERSION= 2.0.1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= devel MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -23,7 +23,7 @@ CONFLICTS= samba-3.3* USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 IPATHS= -I${WRKSRC}/libreplace AUTOHEADER_ARGS= ${IPATHS} |