diff options
Diffstat (limited to 'textproc/miller/Makefile')
-rw-r--r-- | textproc/miller/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index 86ca3bd9486a..aab781da3ae9 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/mlr man/man1/mlr.1.gz .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex .endif post-configure: |