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/apr0 | |
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
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'devel/apr0')
-rw-r--r-- | devel/apr0/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 390a7d16165d..07ed4f365eac 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -6,6 +6,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr @@ -32,7 +33,7 @@ APU_VERSION= 0.9.17 NO_LATEST_LINK= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22:env +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22:env USE_PERL5_BUILD= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |