diff options
Diffstat (limited to 'devel/autoconf262/Makefile')
-rw-r--r-- | devel/autoconf262/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index db9669d35b9b..f8c8e2cc2d27 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -6,8 +6,8 @@ # PORTNAME= autoconf -PORTVERSION= 2.53 -PORTREVISION= 1 +PORTVERSION= 2.54 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf @@ -18,7 +18,14 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +.undef NO_IGNORE +BORKED= "THIS IS A WORK IN PROGRESS. DON'T EVEN THINK ABOUT IT." +BROKEN= ${BORKED} +FORBIDDEN= ${BORKED} + USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 |