diff options
author | asami <asami@FreeBSD.org> | 1999-02-13 15:25:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-13 15:25:42 +0800 |
commit | a3eae4bc86a67304f44a453050ba5af406b3610d (patch) | |
tree | a317b83c25898cc0b7ace81930c08c97c148cbd5 /textproc | |
parent | 47cb9bb781f2d0d70d57452365db3667529fcba8 (diff) | |
download | freebsd-ports-gnome-a3eae4bc86a67304f44a453050ba5af406b3610d.tar.gz freebsd-ports-gnome-a3eae4bc86a67304f44a453050ba5af406b3610d.tar.zst freebsd-ports-gnome-a3eae4bc86a67304f44a453050ba5af406b3610d.zip |
Build fix.
PR: 9788
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/textutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 49e7870a1d04..eca073fcfe75 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.2 1999/01/27 07:41:28 fenner Exp $ +# $Id: Makefile,v 1.3 1999/01/28 09:47:07 asami Exp $ # DISTNAME= textutils-1.22 @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= textutils MAINTAINER= aw1@stade.co.uk -BROKEN= makeinfo - GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g |