summaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-26 21:35:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-26 21:35:49 +0000
commitf1d0d1f04ec17bf58e8424d729fa157f513c8dcd (patch)
tree00dffe29d598ab41523f154922038bc962223e2e /converters/libiconv
parentMake a message intelligible (diff)
Correct the path to gperf.
PR: 38586 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Pointy hat to: me
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile2
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