diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-26 21:35:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-26 21:35:49 +0000 |
commit | f1d0d1f04ec17bf58e8424d729fa157f513c8dcd (patch) | |
tree | 00dffe29d598ab41523f154922038bc962223e2e /converters/libiconv | |
parent | 1175c86bfe9cc5771fd936e6d2695f81b2a2cdc0 (diff) | |
download | ports-f1d0d1f04ec17bf58e8424d729fa157f513c8dcd.tar.gz ports-f1d0d1f04ec17bf58e8424d729fa157f513c8dcd.zip |
Notes
Diffstat (limited to 'converters/libiconv')
-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 |