diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-18 15:09:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-18 15:09:35 +0000 |
commit | 1d6cf605455b94adab3912b5fb1e5ffc986ed5d8 (patch) | |
tree | b56140de00176c187c8bacb1f422d67b4963034e /devel/gettext-old/Makefile | |
parent | Remove the define for gtk1.1.3 (diff) |
Add a argument to CONFIGURE_ARGS.
PR: ports/8736
Submitted by: maintainer
Diffstat (limited to 'devel/gettext-old/Makefile')
-rw-r--r-- | devel/gettext-old/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index ca4f32f81ed9..4fe799a33e2b 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/Makefile @@ -3,7 +3,7 @@ # Date created: 16 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/08/31 13:54:50 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/09/23 17:58:38 vanilla Exp $ # DISTNAME= gettext-0.10 @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= Nakai@technologist.com GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gnu-gettext pre-configure: ${RM} ${WRKSRC}/doc/gettext.info* |