From 1277ec056e9b5bb8aee41860107a477bf5da5c04 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 20 Nov 2007 01:46:42 +0000 Subject: [PATCH] add a comment to warn about risk of circular dependency if ever gperf gets gettext support (following libiconv change which uses gperf). suggested by and ok naddy --- devel/gperf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 1850c2476a3..b4ac80142d0 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2007/09/16 02:52:59 merdely Exp $ +# $OpenBSD: Makefile,v 1.17 2007/11/20 01:46:42 sthen Exp $ COMMENT= perfect hash functions, to help write parsers @@ -24,4 +24,6 @@ CONFIGURE_STYLE= gnu # and it also insists upon installing under $(prefix)/doc... FAKE_FLAGS=docdir='$$(prefix)/share/doc/gperf' mandir='$$(prefix)/man' +# N.B. gperf is a build dependency for libiconv; take care if +# gettext support is added to gperf. .include