diff options
-rw-r--r-- | converters/libiconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> .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 |