diff options
author | asami <asami@FreeBSD.org> | 1999-01-28 17:47:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-28 17:47:07 +0800 |
commit | a1502c4e1eb6365dc85c8ca0994cb7fb7fcaff67 (patch) | |
tree | b583bef52cfc0e00dd9d995f081172d2545347ef /textproc | |
parent | bda861ad0a13ce8d702e81289960b4e020d10574 (diff) | |
download | freebsd-ports-gnome-a1502c4e1eb6365dc85c8ca0994cb7fb7fcaff67.tar.gz freebsd-ports-gnome-a1502c4e1eb6365dc85c8ca0994cb7fb7fcaff67.tar.zst freebsd-ports-gnome-a1502c4e1eb6365dc85c8ca0994cb7fb7fcaff67.zip |
Mark this broken while maintainer works on fixing the makeinfo problem.
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/textutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 029a632e8a42..49e7870a1d04 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1998 # Whom: Adrian Wontroba <aw1@stade.co.uk> # -# $Id: Makefile,v 1.1.1.1 1998/06/16 19:16:16 mph Exp $ +# $Id: Makefile,v 1.2 1999/01/27 07:41:28 fenner Exp $ # DISTNAME= textutils-1.22 @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= textutils MAINTAINER= aw1@stade.co.uk +BROKEN= makeinfo + GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g |