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