diff options
Diffstat (limited to 'databases/pg_citus/Makefile')
-rw-r--r-- | databases/pg_citus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile index 5ec7ccaea5ba..3c1b2df6fd4d 100644 --- a/databases/pg_citus/Makefile +++ b/databases/pg_citus/Makefile @@ -25,7 +25,7 @@ MAKE_ARGS= INSTALL="${INSTALL} -c" .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex .endif |