diff options
author | alane <alane@FreeBSD.org> | 2002-10-15 13:50:31 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-15 13:50:31 +0800 |
commit | b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8 (patch) | |
tree | 150a373a9b7772302c436bce534e3fe5eae880b1 /devel/autoconf262/Makefile | |
parent | 23f907ea10cf5c29316eea4169aff06bde17fe90 (diff) | |
download | freebsd-ports-gnome-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.tar.gz freebsd-ports-gnome-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.tar.zst freebsd-ports-gnome-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.zip |
Update distinfo and Makefile to 2.54.
Mark as BROKEN, BORKED, and FORBIDDEN. Undef NO_IGNORE so that people
have to abide by it.
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 |