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/kBuild/Makefile | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'devel/kBuild/Makefile')
-rw-r--r-- | devel/kBuild/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 15e53b99211e..d0796ae173d0 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -7,6 +7,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION}-p2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= gahr@FreeBSD.org COMMENT= Makefile framework -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} |