From f1d0d1f04ec17bf58e8424d729fa157f513c8dcd Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 26 May 2002 21:35:49 +0000 Subject: Correct the path to gperf. PR: 38586 Submitted by: Lev Serebryakov Pointy hat to: me --- converters/libiconv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters/libiconv') diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 541c57190fcc..0449b8b28dc7 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -26,7 +26,7 @@ MAN3= iconv.3 iconv_open.3 iconv_close.3 .include .if ${OSVERSION} < 430000 -BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/gperf +BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf GPERF= ${LOCALBASE}/bin/gperf .else GPERF= /usr/bin/gperf -- cgit v1.2.3